3cb650f703
For the list of changes between 1.0.16 and 1.0.18 see: http://www.alsa-project.org/main/index.php/Changes_v1.0.16_v1.0.17 http://www.alsa-project.org/main/index.php/Changes_v1.0.17_v1.0.18 under the section alsa-lib.
25 lines
761 B
Makefile
25 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/11/17 12:32:32 yhardy Exp $
|
|
#
|
|
|
|
DISTNAME= alsa-lib-1.0.18
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.alsa-project.org/alsa/ftp/lib/ \
|
|
ftp://ftp.alsa-project.org/pub/lib/ \
|
|
ftp://ftp.silug.org/pub/alsa/lib/ \
|
|
ftp://gd.tuwien.ac.at/opsys/linux/alsa/lib/ \
|
|
ftp://linux.sarang.net/mirror/driver/sound/alsa/lib/ \
|
|
http://gd.tuwien.ac.at/opsys/linux/alsa/lib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.alsa-project.org/
|
|
COMMENT= Libraries for the Advanced Linux Sound Architecture (ALSA)
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
|
|
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= utils/alsa.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|