summaryrefslogtreecommitdiffstats
path: root/extra/libsndfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:36:56 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:36:56 +0200
commit899b6787a40df8cd9590a02acc979ab7f198f25d (patch)
tree2cfd613f2c9ce8f98c3bac0a8fa48b8bc41a6b64 /extra/libsndfile
parentd4b03e4dd48e3260225b3828cde239aa130efc1f (diff)
downloadnutyx-pakxe-899b6787a40df8cd9590a02acc979ab7f198f25d.tar.gz
nutyx-pakxe-899b6787a40df8cd9590a02acc979ab7f198f25d.tar.bz2
nutyx-pakxe-899b6787a40df8cd9590a02acc979ab7f198f25d.tar.xz
nutyx-pakxe-899b6787a40df8cd9590a02acc979ab7f198f25d.zip
Ajout de libsndfile#1.0.20-1
Diffstat (limited to 'extra/libsndfile')
-rwxr-xr-xextra/libsndfile/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libsndfile/Pkgfile b/extra/libsndfile/Pkgfile
new file mode 100755
index 000000000..04f2a1b15
--- /dev/null
+++ b/extra/libsndfile/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie pour la manipulation des fichiers son (nécessaire pour open office)
+# URL: http://www.mega-nerd.com/libsndfile/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: flac, alsa-lib
+
+name=libsndfile
+version=1.0.20
+release=1
+source=( http://www.mega-nerd.com/$name/$name-$version.tar.gz)
+
+
+build() {
+ cd $name-*
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --disable-sqlite
+ make
+ make DESTDIR=$PKG install
+}