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

# source: james
TARBALL=picpuz-$PKGVER-source.tar.gz
MD5SUM=0bbabf0c1a160ca6a40338c1d01d1799
SRC_URL=https://kornelix.net/downloads/downloads/$TARBALL
BUNDLE=

SLACKREQ='gtk3 libclutter-gtk3 libclutter libcogl' # 
SLACKDESC="picpuz: picpuz $PKGVER (Jigsaw Puzzle)
picpuz: 
picpuz: Picpuz is a free Linux 'jigsaw puzzle' program. You can take almost 
picpuz: any image (jpeg, tiff, png ...) and scramble it into many pieces 
picpuz: (tens to hundreds). You can then reassemble the picture using the 
picpuz: mouse to move the pieces around.
picpuz: 
picpuz: https://kornelix.net/picpuz/picpuz.html
picpuz: 
picpuz: 
picpuz: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/picpuz*
	
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc &&
		
	true
}
