summaryrefslogtreecommitdiffstats
path: root/wavpack/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'wavpack/Pkgfile')
-rwxr-xr-xwavpack/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/wavpack/Pkgfile b/wavpack/Pkgfile
new file mode 100755
index 000000000..9f0b8add8
--- /dev/null
+++ b/wavpack/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Format de compression audio ouvert et sans perte
+# URL: http://www.wavpack.com/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+
+name=wavpack
+version=4.60.1
+release=1
+source=(http://www.wavpack.com/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-mmx \
+ --enable-static=no
+ make
+ make DESTDIR=$PKG install
+}
+