### this file is sourced not run
PKGVER=1.5
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="quick-locale-switcher: quick-locale-switcher $PKGVER (Quick Locale Switcher)
quick-locale-switcher: 
quick-locale-switcher: A tool to enable switching of locales easily. By forum member L18L.
quick-locale-switcher: 
quick-locale-switcher: Created and maintained by L18L from Puppy Linux forum.
quick-locale-switcher: 
quick-locale-switcher: 
quick-locale-switcher: 
quick-locale-switcher: 
quick-locale-switcher: 
quick-locale-switcher: 
"
# 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
}
 
