# Maintainer: Natanael Copa pkgname=mpg123 pkgver=1.25.12 pkgrel=0 pkgdesc="Console-based MPEG Audio Player for Layers 1, 2 and 3" url="http://www.mpg123.org" arch="all" license="LGPL-2.1-only" subpackages="$pkgname-libs $pkgname-dev $pkgname-doc" makedepends="libtool alsa-lib-dev linux-headers" source="http://www.mpg123.org/download/mpg123-$pkgver.tar.bz2" options="libtool" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-dependency-tracking \ --with-pic \ --with-optimization=0 \ --with-cpu=i386_fpu \ --with-audio="alsa oss" make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="fa3c719c68dbe45b265fd7677d0932b07f6a14e7ffe365ede965ff1637e655c4b57c86f7e4cd60cace7df5fcc93d48e0d44f082931394b7c6ef19f5d11638eff mpg123-1.25.12.tar.bz2"