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

# source: james
TARBALL=fswebcam-20170115.tar.bz2
MD5SUM=5c3afa10625a05d10ea848d41c6404be
#SRC_URL=http://www.firestorm.cx/fswebcam/files/$TARBALL
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='v4l-utils libgd' # 
SLACKDESC='fswebcam: fswebcam 2014.0113 (Take photo from webcam)  
fswebcam:  
fswebcam: fswebcam is a CLI application to take photo from a webcam. It 
fswebcam: captures images from a V4L1/V4L2 compatible device or file, averages 
fswebcam: them to reduce noise and draws a caption using the GD Graphics 
fswebcam: Library which also handles compressing the image to PNG or JPEG.  
fswebcam: 
fswebcam: http://www.firestorm.cx/fswebcam/
fswebcam: https://github.com/fsphil/fswebcam
fswebcam: 
fswebcam: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
