pkgsrc-wip/alsa-lib/Makefile
Jeremy C. Reed 2814cffd49 Update to 1.0.16.
Sorry the change log is way to long to add here.

This doesn't install alsalisp any more.

This adds many new sound driver configurations.

TODO: alsa-utils.

(I updated this for lang/squeak that I am trying on Linux.)
2008-02-06 16:26:49 +00:00

24 lines
716 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/02/06 16:26:49 jeremy-c-reed Exp $
#
DISTNAME= alsa-lib-1.0.16
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-*-*
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= utils/alsa.pc.in
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"