### this file is sourced not run
PKGVER=1.0
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="ambiance-olive-theme: ambiance-olive-theme $PKGVER (Openbox and LXQt theme)
ambiance-olive-theme: 
ambiance-olive-theme: This is a modified version of Ambiance theme for Openbox and 
ambiance-olive-theme: LXQt matching the default olive colour of Fatdog64 900 
ambiance-olive-theme: background colour.
ambiance-olive-theme:
ambiance-olive-theme: You need to use the Openbox Configuration Manager and LXQt
ambiance-olive-theme: theme switcher separately to activate them.
ambiance-olive-theme: 
ambiance-olive-theme: 
ambiance-olive-theme: 
"

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