### this file is sourced not run
PKGVER=2013.7
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=librtmp-$PKGVER.tar.bz2
MD5SUM=82b1d6cc5c99305502982266f876a8dc 
SRC_URL=http://distro.ibiblio.org/fatdog/arm/sources/beta/$TARBALL
BUNDLE=

SLACKREQ=openssl
SLACKDESC="librtmp: librtmp $PKGVER (RTMP access library)  
librtmp:  
librtmp: This is a library to access RTMP streams. It also comes with tools to 
librtmp: dump these streams to disk (rtmp-dump).  
librtmp: 
librtmp: 
librtmp: 
librtmp: 
librtmp: 
librtmp: 
librtmp: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/librtmp* &&
	make prefix=/usr libdir=/usr/$LIBDIR &&
	make prefix=/usr libdir=/usr/$LIBDIR install &&
	rm -f /usr/lib/librtmp.a # don't want the static lib
	pkg_build_slackdesc
}
