### this file is sourced not run
PKGVER=2023.04 # pull time
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=fswebcam-$PKGVER.tar.gz
MD5SUM=678f9bc2abee854d0b39af8ed144c161
#SRC_URL=http://www.firestorm.cx/fswebcam/files/$TARBALL
SRC_URL=https://github.com/fsphil/fswebcam/archive/adb22ca8a7b6edecf2534f851b0e1684041fab55.tar.gz
BUNDLE=

SLACKREQ='v4l-utils libgd' # 
SLACKDESC="fswebcam: fswebcam $PKGVER (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
}
