bb2496791e
Linux compatibility package based on the openSUSE Linux distribution. Please visit http://www.opensuse.org/ for more information about openSUSE Linux. This package supports running ELF binaries linked with glibc2 that require alsa shared libraries.
24 lines
756 B
Makefile
24 lines
756 B
Makefile
# $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"
|