blob: 72df387d2b94bc67a57749de175723782cbfe9d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2014/09/07 12:26:39 obache Exp $
PKGNAME= suse_alsa-${SUSE_VERSION}
CATEGORIES= emulators
DISTFILES= alsa-1.0.9-23.2.${SUSE_ARCH}.rpm
MAINTAINER= tonio@NetBSD.org
COMMENT= Linux compatibility package for ALSA
EMUL_MODULES.linux= base
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|