opt/alsa-utils/Pkgfile

18 lines
410 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA utils
# URL: http://www.alsa-project.org
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: gettext, alsa-lib, dialog
2006-02-23 16:26:10 +01:00
name=alsa-utils
version=1.0.13
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share $PKG/usr/man/fr
}