summaryrefslogtreecommitdiffstats
path: root/extra/audiofile/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:20:27 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:20:27 +0200
commit7df6a8042b866af5fa00771f697f7e8415d62a83 (patch)
treec80f8796c9302e98674f82a5126c6ec2d8534cfe /extra/audiofile/Pkgfile
parentb4648284ca065e30acc5dfae90d84d6dbf725403 (diff)
downloadnutyx-pakxe-7df6a8042b866af5fa00771f697f7e8415d62a83.tar.gz
nutyx-pakxe-7df6a8042b866af5fa00771f697f7e8415d62a83.tar.bz2
nutyx-pakxe-7df6a8042b866af5fa00771f697f7e8415d62a83.tar.xz
nutyx-pakxe-7df6a8042b866af5fa00771f697f7e8415d62a83.zip
Ajout de audiofile#0.2.6-1
Diffstat (limited to 'extra/audiofile/Pkgfile')
-rwxr-xr-xextra/audiofile/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/audiofile/Pkgfile b/extra/audiofile/Pkgfile
new file mode 100755
index 000000000..9820a6a9b
--- /dev/null
+++ b/extra/audiofile/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+}