### this file is sourced not run
PKGVER=2.1.3
PKGBUILD=1
PKGARCH=x86_64

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

SLACKREQ='' 
SLACKDESC="cups: cups $PKGVER (CUPS meta package)
cups: 
cups: This package is a dummy package to meet package dependency for other 
cups: packages that depends on CUPS (Common Unix Printing System). 
cups: This is because the actual CUPS package can be supplied from three
cups: alternative packages: 
cups: - cups-std (standard CUPS build, does not support Bonjour printers)
cups: - cups-mdns (CUPS with Bonjour support using mdns)
cups: - cups-mdns (CUPS with Bonjour support using avahi)
cups: To make CUPS work, you need to install one of the above.
cups:
"

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