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

# source: james
TARBALL=fswebcam-20140113.tar.xz
MD5SUM=1bfdb21904e816f100370ec8f4df986b
SRC_URL=http://www.firestorm.cx/fswebcam/files/$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: 
fswebcam: 
fswebcam: 
fswebcam: http://www.firestorm.cx/fswebcam/
'

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