opt/libvorbis/Pkgfile

18 lines
407 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/
2006-08-15 21:13:58 +02:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: libogg
name=libvorbis
2007-07-26 15:52:55 +02:00
version=1.2.0
2006-02-23 16:26:10 +01:00
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
}