### this file is sourced not run
PKGVER=1.0
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="23oz: 23oz $PKGVER (Theme)
23oz:
23oz: This is a nice blue glossy gtk2 theme with a matching openbox theme 
23oz: made by David Andrew.
23oz: It was made for Fatdog but should work on other Pups as well.
23oz:
23oz:
23oz:
23oz:
23oz: http://smokey01.com/fd710/packages/
23oz:
"
# don't build, don't create package - we do it ourselves here
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes


###
pkg_download() {
	: nothing to download
}

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

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

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

