summaryrefslogtreecommitdiffstats
path: root/libvorbis/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libvorbis/Pkgfile')
-rw-r--r--libvorbis/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/libvorbis/Pkgfile b/libvorbis/Pkgfile
new file mode 100644
index 000000000..ff2944641
--- /dev/null
+++ b/libvorbis/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Permet la lecture et l'encodage de fichiers format audio
+# URL: http://www.vorbis.com/
+# Maintainer: Monty monty at xiph dot org
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libogg
+# Run on: libogg
+
+name=libvorbis
+version=1.3.3
+release=1
+source=( http://downloads.xiph.org/releases/vorbis/$name-$version.tar.gz)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
+}
+