diff options
Diffstat (limited to 'extra/libvorbis/APKBUILD')
-rw-r--r-- | extra/libvorbis/APKBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/libvorbis/APKBUILD b/extra/libvorbis/APKBUILD deleted file mode 100644 index c4c071343..000000000 --- a/extra/libvorbis/APKBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -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" |