### this file is sourced not run

# source: james
# note: have to stick with revision 399, anything newer will need SDL 2.0

TARBALL=smpeg-r399.tar.bz2
MD5SUM=f59425d6e0db9cbdebccdbc18c289c20
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC='smpeg: smpeg 399 (MPEG decoding library)  
smpeg:  
smpeg: smpeg is an mpeg decoding library, which runs on just about any 
smpeg: platform. It comes with two sample decoders, plaympeg (console, no UI), 
smpeg: and gtv, a simple GTK+ interface.  
smpeg: 
smpeg: This is revision 399 of smpeg for use with SDL 1.2.
smpeg: Newer revision requires SDL 2.0
smpeg: 
smpeg: 
smpeg:  
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/smpeg*
	./autogen.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
