summaryrefslogtreecommitdiff
path: root/audiofile/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /audiofile/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'audiofile/Pkgfile')
-rw-r--r--audiofile/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/audiofile/Pkgfile b/audiofile/Pkgfile
new file mode 100644
index 000000000..11bafb4aa
--- /dev/null
+++ b/audiofile/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Provides a uniform API for accessing many audio file formats
+# Maintainer: Jay Dolan jasonthomasdolan at yahoo dot com
+# Packager: Per Lidén per at fukt dot bth dot se
+# URL: http://www.68k.org/~michael/audiofile
+# Depends on:
+
+name=audiofile
+version=0.2.6
+release=1
+source=(http://www.68k.org/~michael/audiofile/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make && make DESTDIR=$PKG install
+}

Generated by cgit