summaryrefslogtreecommitdiffstats
path: root/alsa-utils/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-04-03 21:12:21 +0200
committertnut <tnut at nutyx dot com>2012-04-03 21:12:21 +0200
commitdc8f8f39aae15b01ee03d51ddcfcf6c620077505 (patch)
tree075e3c6979327e6a523bab379df12e1f4341d931 /alsa-utils/Pkgfile
parent421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b (diff)
downloadnutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.tar.gz
nutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.tar.bz2
nutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.tar.xz
nutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.zip
alsa-utils dans base
Diffstat (limited to 'alsa-utils/Pkgfile')
-rwxr-xr-xalsa-utils/Pkgfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/alsa-utils/Pkgfile b/alsa-utils/Pkgfile
deleted file mode 100755
index b22e794c3..000000000
--- a/alsa-utils/Pkgfile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}
-