diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:20:36 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:20:36 +0200 |
commit | 04bec0a5aba9773aad1efc7690269f547b4448ef (patch) | |
tree | c9fc6fe923a8a6cae78c1c99edae32de90598431 /extra/audiofile/Pkgfile | |
parent | 76216e53a746d391466b485e901bf4b4924b05aa (diff) | |
download | nutyx-extra-04bec0a5aba9773aad1efc7690269f547b4448ef.tar.gz nutyx-extra-04bec0a5aba9773aad1efc7690269f547b4448ef.tar.bz2 nutyx-extra-04bec0a5aba9773aad1efc7690269f547b4448ef.tar.xz nutyx-extra-04bec0a5aba9773aad1efc7690269f547b4448ef.zip |
audiofile dans extra
Diffstat (limited to 'extra/audiofile/Pkgfile')
-rwxr-xr-x | extra/audiofile/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/audiofile/Pkgfile b/extra/audiofile/Pkgfile new file mode 100755 index 000000000..d7b732f3f --- /dev/null +++ b/extra/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 +} |