summaryrefslogtreecommitdiffstats
path: root/alsa-utils/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:52:28 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:52:28 +0200
commiteed2883089d081daa599dff1dad1b97ad2f47fde (patch)
tree6cf75eedcc1db145586a8be463bbc278061bc2a0 /alsa-utils/Pkgfile
parentb885247a35650a18c5034e8b6cfd97e228336841 (diff)
downloadnutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.tar.gz
nutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.tar.bz2
nutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.tar.xz
nutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.zip
Revert "alsa-utils dans base"
This reverts commit dc8f8f39aae15b01ee03d51ddcfcf6c620077505.
Diffstat (limited to 'alsa-utils/Pkgfile')
-rwxr-xr-xalsa-utils/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/alsa-utils/Pkgfile b/alsa-utils/Pkgfile
new file mode 100755
index 000000000..b22e794c3
--- /dev/null
+++ b/alsa-utils/Pkgfile
@@ -0,0 +1,27 @@
+# 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=3
+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
+ wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$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
+}
+