opt/libvorbis/Pkgfile

19 lines
452 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
2010-11-17 21:24:39 +01:00
version=1.3.2
release=2
source=(http://downloads.xiph.org/releases/vorbis/$name-$version.tar.bz2 $name.diff)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
patch -p3 -i $SRC/$name.diff
2006-02-23 16:26:10 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}