opt/libvorbis/Pkgfile

18 lines
408 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
2009-07-20 19:27:54 +02:00
version=1.2.3
2006-02-23 16:26:10 +01:00
release=1
2009-06-25 18:06:05 +02:00
source=(http://downloads.xiph.org/releases/vorbis/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}