80251b35d0
openSUSE-based Linux binary emulation environment.
18 lines
622 B
Makefile
18 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/12/05 11:42:16 obache Exp $
|
|
|
|
DISTNAME= suse_libsndfile-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
RPMPKGS+= libsndfile1-1.0.25-17.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libFLAC8-1.3.0-2.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libvorbis0-1.3.3-6.1.4.${SUSE_ARCH}
|
|
RPMPKGS+= libvorbisenc2-1.3.3-6.1.4.${SUSE_ARCH}
|
|
RPMPKGS+= libspeex1-1.1.999_1.2rc1-21.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= libogg0-1.3.0-8.1.2.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for libsndfile
|
|
|
|
EMUL_MODULES.linux= base openssl
|
|
|
|
.include "../../emulators/suse131_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|