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/libvorbis/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 main/libvorbis/APKBUILD (limited to 'main/libvorbis') diff --git a/main/libvorbis/APKBUILD b/main/libvorbis/APKBUILD new file mode 100644 index 000000000..c4c071343 --- /dev/null +++ b/main/libvorbis/APKBUILD @@ -0,0 +1,23 @@ +# Maintainer: Natanael Copa +pkgname=libvorbis +pkgver=1.2.0 +pkgrel=0 +pkgdesc="Vorbis codec library" +url="http://www.xiph.org/ogg/vorbis/" +license="custom" +subpackages="$pkgname-dev $pkgname-doc" +depends="libogg uclibc" +makedepends="libogg-dev g++" +#source="http://people.xiph.org/~giles/2008/$pkgname-$pkgver.tar.gz" +source="http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz" + +build () +{ + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + --disable-static || return 1 + make || return 1 + make DESTDIR="$pkgdir" install || return 1 + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING +} +md5sums="478646358c49f34aedcce58948793619 libvorbis-1.2.0.tar.gz" -- cgit v1.2.3