### this file is sourced not run
PKGVER=1.8.9.5
PKGBUILD=1
PKGARCH=noarch

### build a package out of ready-made directory
TARBALL= # none - internal copy
MD5SUM=  # none
SRC_URL= # none
BUNDLE=  # none

SLACKREQ=  # none
SLACKDESC="wallmaker: wallmaker $PKGVER (wallmaker from PET)
wallmaker: 
wallmaker: Simple Wallpaper Maker
wallmaker: 
wallmaker: WARNING: This package is buggy and not working 
wallmaker: and has been abandoned by its developer. 
wallmaker: You should not install this package unless you 
wallmaker: intend to fix the bugs and submit patches. 
wallmaker: 
wallmaker: 
wallmaker: 
"
# don't build, don't create package - we do it ourselves here
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes


### nothing to download
unset -f pkg_download

###
pkg_prepare() {
	: nothing to prepare
}

### package ready-made directory
pkg_package() {
	pkg_package_dir
}

### build
pkg_build() {
	: nothing to build
}
 
