CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openbox: initial import (verified compilation)
[attic/ports/opt-cross.git] / libogg / Pkgfile
1 # Description: Ogg bitstream and framing library
2 # URL: http://www.xiph.org/ogg/
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6 name=libogg
7 version=1.1.4
8 release=1
9 source=(http://downloads.xiph.org/releases/ogg/$name-$version.tar.gz)
10
11 build() {
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 }