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

# source: james
TARBALL=ffcast-2015.06.tar.bz2
MD5SUM=683227f7c8e11e2ac2e167eed2992424
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='ffmpeg' # 
SLACKDESC='ffcast: ffcast 2015.06 (screen recorder)
ffcast: 
ffcast: ffcast helps the user interactively select a screen region and hands 
ffcast: over the geometry to an external command, such as ffmpeg, for screen 
ffcast: recording.
ffcast: 
ffcast: https://github.com/minos-org/ffcast
ffcast: 
ffcast: 
ffcast: 
ffcast: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/ffcast*
	make && make install &&
	pkg_build_slackdesc
}
