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

### dummy template: this package was prepared elsewhere, not built here.
TARBALL=cursor-obsidian-1.0-noarch-1.txz
MD5SUM=a6cb4ee3f95d1d86832d3ef1b4811904
SRC_URL=http://distro.ibiblio.org/fatdog/source/900/$TARBALL
BUNDLE=
SLACKREQ=
SLACKDESC=

# don't build, don't make any package
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes

### standard pkg_download

pkg_prepare() {
	pkg_check $SRC_DIR $TARBALL $MD5SUM
}

pkg_package() {
	cp $SRC_DIR/$TARBALL $OUTPUT_DIR 
}

pkg_build() { 
	: do nothing
}
