summaryrefslogtreecommitdiff
path: root/emulators/suse121_alsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse121_alsa/Makefile')
-rw-r--r--emulators/suse121_alsa/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/suse121_alsa/Makefile b/emulators/suse121_alsa/Makefile
new file mode 100644
index 00000000000..8b23a19f8b2
--- /dev/null
+++ b/emulators/suse121_alsa/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:35:24 obache Exp $
+
+DISTNAME= suse_alsa-${SUSE_VERSION}
+CATEGORIES= emulators
+RPMPKGS+= alsa-1.0.24.1-23.1.2.${SUSE_ARCH}
+RPMPKGS+= alsa-oss-1.0.17-37.1.2.${SUSE_ARCH}
+RPMPKGS+= alsa-plugins-1.0.24-18.1.2.${SUSE_ARCH}
+RPMPKGS+= alsa-plugins-pulse-1.0.24-18.1.2.${SUSE_ARCH}
+RPMPKGS+= alsa-utils-1.0.24.2-12.8.1.${SUSE_ARCH}
+RPMPKGS+= libasound2-1.0.24.1-23.1.2.${SUSE_ARCH}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Linux compatibility package for ALSA
+
+EMUL_MODULES.linux= base
+
+PLIST_SRC= ${PKGDIR}/PLIST ${RPM2PKG_PLIST}
+
+post-install:
+ ln -sf asound-pulse.conf \
+ ${DESTDIR}${PREFIX}/${EMULSUBDIR}/etc/asound.conf
+
+.include "../../emulators/suse121_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"