summaryrefslogtreecommitdiffstats
path: root/base/alsa-lib/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:19:07 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:19:07 +0200
commit45d8ed617acc16b1fa8b23688d4561c0b4eb3ec5 (patch)
tree46ad01d23bd0232ebd43de4aa13051a9b46ac654 /base/alsa-lib/Pkgfile
parentb8fc13cd74b08c7d15daa67fe25731391166f38d (diff)
downloadnutyx-extra-45d8ed617acc16b1fa8b23688d4561c0b4eb3ec5.tar.gz
nutyx-extra-45d8ed617acc16b1fa8b23688d4561c0b4eb3ec5.tar.bz2
nutyx-extra-45d8ed617acc16b1fa8b23688d4561c0b4eb3ec5.tar.xz
nutyx-extra-45d8ed617acc16b1fa8b23688d4561c0b4eb3ec5.zip
alsa-lib dans extra
Diffstat (limited to 'base/alsa-lib/Pkgfile')
-rwxr-xr-xbase/alsa-lib/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/base/alsa-lib/Pkgfile b/base/alsa-lib/Pkgfile
deleted file mode 100755
index c879a7bb4..000000000
--- a/base/alsa-lib/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Librairies pour ALSA (Architecture de sons avancée pour Linux)
-# URL: http://www.alsa-project.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
-
-name=alsa-lib
-version=1.0.24.1
-release=1
-source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
-
-build() {
- unset MAKEFLAGS
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --enable-static \
- --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
- make
- make DESTDIR=$PKG install
-}
-