### this file is sourced not run
PKGVER=1.21.0
PKGBUILD=1
PKGARCH=i686

# BLFS post-7.6 (2014-01-22)
TARBALL=mpg123-1.21.0.tar.bz2
MD5SUM=13a9df5d4e7aa110e4ae27cf30128ce9 
SRC_URL=http://downloads.sourceforge.net/mpg123/$TARBALL
BUNDLE=

SLACKREQ='alsa-lib'
SLACKDESC='mpg123_32: mpg123_32 1.21.0 (Console MP3 player)  
mpg123_32:  
mpg123_32: The mpg123 package contains a console-based MP3 player. It claims to 
mpg123_32: be the fastest and most accurate MP3 decoder for Unix.  
mpg123_32: 
mpg123_32: This package contains 32-bit version of the library.
mpg123_32: 
mpg123_32: 
mpg123_32: 
mpg123_32: 
mpg123_32: 
'

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS \
		--with-module-suffix=.so \
		--host=${CLFS_TARGET32}"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


