### this file is sourced not run
PKGVER=800.14.0.fatdog
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="pkgtools: pkgtools $PKGVER (Slackware-based Fatdog package management tools)
pkgtools: 
pkgtools: This package contains Fatdog package management tools derived from 
pkgtools: Slackware tools of the same name: pkgtool, installpkg, removepkg and 
pkgtools: makepkg; these are symlinked to Fatdog's improved-but-compatible 
pkgtools: version. Original tools are included too as (tools)-orig, activate by 
pkgtools: symlinking them. Also comes with slackdesc (cli) and sdc (gui) tools 
pkgtools: to create slack-desc. makebootdisk is not included as it is not 
pkgtools: compatible with Fatdog. Originally from Slackware authors, this 
pkgtools: version is maintained by Fatdog authors.
pkgtools:
"
# 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
}
    
