### this file is sourced not run
PKGVER=2.4.6
PKGBUILD=1
PKGARCH=i686

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

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

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