### this file is sourced not run
PKGVER=3.20
PKGBUILD=1
PKGARCH=noarch

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

SLACKREQ='nmap'
# packages in $SLACKSUG are _required_ but don't make them such to
# keep gslapt from uninstalling them if this package is uninstalled.
SLACKSUG='n2n-v1 x11vnc ssvnc pv psip >= psip-1.42-x86_64-1'
SLACKDESC="bsdriver: bsdriver $PKGVER (Remote Desktop Control GUI)
bsdriver:
bsdriver: Back Seat Driver is a GUI for x11vnc and ssvncviewer. It allows
bsdriver: someone to take control of your computer, with your permission of course.
bsdriver: The entire process is done via a P2P VPN. The VPN software is N2N-Edge.
bsdriver:
bsdriver:
bsdriver:
bsdriver:
bsdriver: http://smokey01.com
bsdriver:
"

# 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
}
  
# vim:ft=sh:
