opt/libvorbis/Pkgfile

18 lines
395 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Vorbis codec library
# URL: http://www.xiph.org/ogg/vorbis/
# Maintainer: Per Lid<69>n <per@fukt.bth.se>
# Depends on: libogg
name=libvorbis
version=1.1.2
release=1
source=(http://downloads.xiph.org/releases/vorbis/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}