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

# source: james
TARBALL=ffcast-20170607.tar.bz2
MD5SUM=6a0688f7898339b32b21065d2798f187
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='ffmpeg' # 
SLACKDESC="ffcast: ffcast $PKGVER (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
}
