compat-32/libogg-32/Pkgfile
2013-02-02 01:54:23 +11:00

20 lines
511 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.0
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 -rf $PKG/usr/share/doc
rm -rf $PKG/{etc,var} $PKG/usr/{bin,etc,include,man,sbin,share}
}