### 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='rox-filer encfs'
SLACKDESC="rox-encfs: rox-encfs $PKGVER (ROX GUI for encfs)  
rox-encfs:  
rox-encfs: This is the ROX integration for encfs, enabling you to open/close an 
rox-encfs: encrypted folder with a right-click, when you're using ROX-Filer as 
rox-encfs: your file manager.  
rox-encfs: 
rox-encfs: Created and maintained by jamesbond from Puppy Linux forum.
rox-encfs: 
rox-encfs: 
rox-encfs: 
rox-encfs:
"
# 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
}
