CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pango: updated to 1.24.5 and fixed issues with autofolks stuff. Also updated the...
[attic/ports/opt-cross.git] / libogg / Pkgfile
CommitLineData
fea039b1
VM
1# Description: Ogg bitstream and framing library
2# URL: http://www.xiph.org/ogg/
3# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
fea039b1
VM
5
6name=libogg
7version=1.1.4
8release=1
9source=(http://downloads.xiph.org/releases/ogg/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr
16 make
17 make DESTDIR=$PKG install
18 rm -rf $PKG/usr/share/doc
19}