From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/libtheora/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 main/libtheora/APKBUILD (limited to 'main/libtheora/APKBUILD') diff --git a/main/libtheora/APKBUILD b/main/libtheora/APKBUILD new file mode 100644 index 000000000..e3b3999a3 --- /dev/null +++ b/main/libtheora/APKBUILD @@ -0,0 +1,26 @@ +# Maintainer: Natanael Copa +pkgname=libtheora +pkgver=1.0 +pkgrel=1 +pkgdesc="An open video codec developed by the Xiph.org" +url="http://www.xiph.org" +license="custom" +subpackages="$pkgname-dev $pkgname-doc" +depends= +makedepends="libvorbis-dev libogg-dev" +source="http://downloads.xiph.org/releases/theora/$pkgname-$pkgver.tar.bz2" + +depends_dev="libogg-dev" +build () +{ + cd "$srcdir"/libtheora-$pkgver + ./configure --prefix=/usr \ + --enable-shared \ + --disable-static || return 1 + + make || return 1 + make DESTDIR="$pkgdir" install || return 1 + install -m755 -d ""$pkgdir"/usr/share/licenses/$pkgname" + install -m644 LICENSE COPYING "$pkgdir"/usr/share/licenses/$pkgname/ +} +md5sums="c963937053f45a7878954bed37ceb182 libtheora-1.0.tar.bz2" -- cgit v1.2.3