# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ # Maintainer: dorphell # Contributor: John Proctor pkgname=libogg pkgver=1.1.3 pkgrel=1 pkgdesc="Ogg bitstream and framing library" pkgurl="http://www.xiph.org/ogg/vorbis/download" depends=('glibc') arch=('i686' 'x86_64') source=(http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.gz) md5sums=('eaf7dc6ebbff30975de7527a80831585') build() { cd $startdir/src/${pkgname}-${pkgver} ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install find $startdir/pkg -name '*.la' -exec rm {} \; }