compat-32/libogg-32/Pkgfile
2014-08-22 20:22:00 +10:00

19 lines
448 B
Plaintext

# Description: Ogg bitstream and framing library
# URL: http://www.xiph.org/ogg/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libogg
name=libogg-32
version=1.3.2
release=1
source=(http://downloads.xiph.org/releases/ogg/libogg-$version.tar.xz)
build() {
cd libogg-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{include,share}
}