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

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

SLACKREQ='' # rox-filer, but it is obvious from the name, right
SLACKDESC="rox-clock: rox-clock $PKGVER (Rox Desktop Clock)
rox-clock: 
rox-clock: This is a simple ROX application to display an analog clock. You can 
rox-clock: drag and drop this clock to your Rox desktop or Rox panel.
rox-clock: Installs to /root, but you can easily copy it over to other
rox-clock: user's home directory. 
rox-clock: 
rox-clock: You can run multiple clocks by copying over the rox-clock 
rox-clock: directory to another name and start that clock's instance.
rox-clock: 
rox-clock: Created and maintained by jamesbond from Puppy Linux forum.
"
# 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
}
