# Maintainer: Natanael Copa pkgname=mpg123 pkgver=1.25.7 pkgrel=0 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" url="http://www.mpg123.org/" arch="all" license="GPL2 LGPL2" subpackages="$pkgname-dev $pkgname-doc" depends="" makedepends="libtool alsa-lib-dev linux-headers" source="http://www.mpg123.org/download/$pkgname-$pkgver.tar.bz2" options="libtool" builddir="$srcdir"/$pkgname-$pkgver check() { cd "$builddir" make check } build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-dependency-tracking \ --with-ipv6 \ --with-pic \ --with-optimization=0 \ --with-cpu=i386_fpu \ --with-audio="alsa oss" make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="4e0972149ce4f792cc361d96d638551eb5184942465e69713202d0830a0a54b33e3effe2e460683b996024772edba5e0be341048b9d0c73dace557c640d4414e mpg123-1.25.7.tar.bz2"