compat-32/libvorbis-32/Pkgfile

21 lines
470 B
Plaintext
Raw Normal View History

# Description: Vorbis codec library
# URL: http://www.xiph.org/ogg/vorbis/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libogg-32 libvorbis
name=libvorbis-32
2015-03-18 13:12:30 +01:00
version=1.3.5
release=1
source=(http://downloads.xiph.org/releases/vorbis/libvorbis-$version.tar.xz)
build() {
cd libvorbis-$version
2014-01-25 01:46:50 +01:00
./configure --prefix=/usr --libdir=/usr/lib32
2014-01-25 01:46:50 +01:00
make
make DESTDIR=$PKG install
2014-01-25 01:46:50 +01:00
rm -r $PKG/usr/{include,share}
}