summaryrefslogtreecommitdiff
path: root/libogg/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 /libogg/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'libogg/Pkgfile')
-rw-r--r--libogg/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libogg/Pkgfile b/libogg/Pkgfile
new file mode 100644
index 000000000..cb5dc674a
--- /dev/null
+++ b/libogg/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Ogg bitstream and framing library
+# URL: http://www.xiph.org/ogg/
+# Maintainer: Per Lidén <per@fukt.bth.se>
+
+name=libogg
+version=1.1.3
+release=1
+source=(http://downloads.xiph.org/releases/ogg/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/doc
+}

Generated by cgit