summaryrefslogtreecommitdiffstats
path: root/extra/alsa-utils/Pkgfile
blob: 31db01698fc7bd13ccd87ef43a77057d4f0d257d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Utilitaires pour ALSA
# URL: http://www.alsa-project.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: alsa-lib, dialog, xmlto
# Run on: alsa-lib,dialog,xmlto

name=alsa-utils
version=1.0.24.2
release=2
source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2)

build() {
	source /etc/blfs-bootscripts
        wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
        tar xvf $scripts-$scriptsversion.tar.bz2
	cd $name-$version
	./configure --prefix=/usr \
                    --mandir=/usr/share/man \
                    --infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
        cd ../$scripts-$scriptsversion
        make DESTDIR=$PKG install-alsa
}