diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 16:17:25 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-13 16:17:25 +0100 |
commit | fe5f93484cc0a3133d1c997ac0ea7bea00d2de0b (patch) | |
tree | fea0c799561e561bafc5351a53557ac39fa65dab /extra/alsa-utils/Pkgfile | |
parent | 020d091cc00d20cecd39c5e56635c1ce6a8ba7ab (diff) | |
download | nutyx-extra-fe5f93484cc0a3133d1c997ac0ea7bea00d2de0b.tar.gz nutyx-extra-fe5f93484cc0a3133d1c997ac0ea7bea00d2de0b.tar.bz2 nutyx-extra-fe5f93484cc0a3133d1c997ac0ea7bea00d2de0b.tar.xz nutyx-extra-fe5f93484cc0a3133d1c997ac0ea7bea00d2de0b.zip |
alsa-utils, maj 1.0.24.2-1
Diffstat (limited to 'extra/alsa-utils/Pkgfile')
-rwxr-xr-x | extra/alsa-utils/Pkgfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/extra/alsa-utils/Pkgfile b/extra/alsa-utils/Pkgfile index 5bf7e668e..0c028d660 100755 --- a/extra/alsa-utils/Pkgfile +++ b/extra/alsa-utils/Pkgfile @@ -2,29 +2,24 @@ # URL: http://www.alsa-project.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: alsa-lib, dialog +# Depends on: alsa-lib, dialog, xmlto # Run on: alsa-lib,dialog name=alsa-utils -version=1.0.23 +version=1.0.24.2 release=1 -source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2 \ - http://nutyx.meticul.eu/files/patchs/$name/40-alsa.rules \ - http://www.linuxfromscratch.org/patches/blfs/svn/alsa-utils-1.0.21-no_xmlto-1.patch) +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 - patch -Np1 -i ../$name-1.0.21-no_xmlto-1.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info make make DESTDIR=$PKG install - mkdir -p $PKG/etc/udev/rules.d - mv ../40-alsa.rules $PKG/etc/udev/rules.d/ cd ../$scripts-$scriptsversion make DESTDIR=$PKG install-alsa } |