summaryrefslogtreecommitdiffstats
path: root/base/audiofile/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:20:36 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:20:36 +0200
commit04bec0a5aba9773aad1efc7690269f547b4448ef (patch)
treec9fc6fe923a8a6cae78c1c99edae32de90598431 /base/audiofile/Pkgfile
parent76216e53a746d391466b485e901bf4b4924b05aa (diff)
downloadnutyx-pakxe-04bec0a5aba9773aad1efc7690269f547b4448ef.tar.gz
nutyx-pakxe-04bec0a5aba9773aad1efc7690269f547b4448ef.tar.bz2
nutyx-pakxe-04bec0a5aba9773aad1efc7690269f547b4448ef.tar.xz
nutyx-pakxe-04bec0a5aba9773aad1efc7690269f547b4448ef.zip
audiofile dans extra
Diffstat (limited to 'base/audiofile/Pkgfile')
-rwxr-xr-xbase/audiofile/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/base/audiofile/Pkgfile b/base/audiofile/Pkgfile
deleted file mode 100755
index d7b732f3f..000000000
--- a/base/audiofile/Pkgfile
+++ /dev/null
@@ -1,17 +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
-
-name=audiofile
-version=0.2.7
-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
-}