diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:45:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:45:46 +0100 |
commit | 8e4a0a62696959ab2dc83f97e5da4cb4a59df67d (patch) | |
tree | 647e6333b3eabf94152eba4e49398244337512f6 /extra/audiofile/Pkgfile | |
parent | c67fed668e6e35961e716e10ca9606408ccaca8a (diff) | |
download | nutyx-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-x | extra/audiofile/Pkgfile | 18 |
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 -} |