summaryrefslogtreecommitdiffstats
path: root/extra/audiofile/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 21:45:46 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 21:45:46 +0100
commit8e4a0a62696959ab2dc83f97e5da4cb4a59df67d (patch)
tree647e6333b3eabf94152eba4e49398244337512f6 /extra/audiofile/Pkgfile
parentc67fed668e6e35961e716e10ca9606408ccaca8a (diff)
downloadnutyx-extra-8e4a0a62696959ab2dc83f97e5da4cb4a59df67d.tar.gz
nutyx-extra-8e4a0a62696959ab2dc83f97e5da4cb4a59df67d.tar.bz2
nutyx-extra-8e4a0a62696959ab2dc83f97e5da4cb4a59df67d.tar.xz
nutyx-extra-8e4a0a62696959ab2dc83f97e5da4cb4a59df67d.zip
audiofile, déplacé dans base
Diffstat (limited to 'extra/audiofile/Pkgfile')
-rwxr-xr-xextra/audiofile/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/audiofile/Pkgfile b/extra/audiofile/Pkgfile
deleted file mode 100755
index 9820a6a9b..000000000
--- a/extra/audiofile/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Fournit une interface API por accéder à de nombreux formats de fichiers audio
-# Maintainer: NuTyX coreteam
-# Packager: thierryn1 at hispeed dot ch
-# URL: http://www.68k.org/~michael/audiofile
-# Depends on: glibc
-
-name=audiofile
-version=0.2.6
-release=1
-source=(http://www.68k.org/~michael/$name/$name-$version.tar.gz)
-build () {
- cd $name-$version
- ./configure --prefix=/usr\
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
-}