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

# source: james
TARBALL=frei0r-snapshot-14-07-14.tar.gz
MD5SUM=481d14dc29db32f8bb9c0ecce9074296
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='cairo' # 
SLACKDESC="libfrei0r: libfrei0r $PKGVER (Video effect plugins)  
libfrei0r:  
libfrei0r: Frei0r is a minimalistic plugin API for video effects. The main 
libfrei0r: emphasis is on simplicity for an API that will round up the most 
libfrei0r: common video effects into simple filters, sources and mixersthat 
libfrei0r: can be controlled by parameters. It'\''s our hope that this way 
libfrei0r: these simple effects can be shared between many applications, 
libfrei0r: avoiding their reimplementation by different projects.  
libfrei0r: 
libfrei0r: 
libfrei0r: http://www.dyne.org/software/frei0r/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/frei0r*
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
