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

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

# SLACKREQ='gtkdialog'

SLACKDESC="yahtzeez: yahtzeez $PKGVER (Yahtzee game)
yahtzeez: 
yahtzeez: Yahtzee game, written in Bash and Gtkdialog.
yahtzeez: 
yahtzeez: http://murga-linux.com/puppy/viewtopic.php?t=110097
yahtzeez: 
yahtzeez: 
yahtzeez: 
yahtzeez: 
yahtzeez: 
yahtzeez: 
"

# 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
}
 
