diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 13:07:53 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 13:07:53 +0200 |
commit | d0e5afaa6d1e845a1caeb54ddb1108f703a6f9c1 (patch) | |
tree | 978aa77e719c58ad562a29a804f4e4d8d69603e1 /audiofile/Pkgfile | |
parent | 696179eb6375c244f061e30f704c831e7857b1c0 (diff) | |
download | nutyx-pakxe-d0e5afaa6d1e845a1caeb54ddb1108f703a6f9c1.tar.gz nutyx-pakxe-d0e5afaa6d1e845a1caeb54ddb1108f703a6f9c1.tar.bz2 nutyx-pakxe-d0e5afaa6d1e845a1caeb54ddb1108f703a6f9c1.tar.xz nutyx-pakxe-d0e5afaa6d1e845a1caeb54ddb1108f703a6f9c1.zip |
audiofile, ajout
Diffstat (limited to 'audiofile/Pkgfile')
-rwxr-xr-x | audiofile/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audiofile/Pkgfile b/audiofile/Pkgfile new file mode 100755 index 000000000..d7b732f3f --- /dev/null +++ b/audiofile/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} |