### this file is sourced not run
PKGVER=2018.09
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=vncterm-master-20180928.tar.gz
MD5SUM=6b660046416730443de053b1b3458fe7
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='libvncserver' # 
SLACKDESC="linuxvnc: linuxvnc $PKGVER (VNC server for Linux consoles)  
linuxvnc:  
linuxvnc: vncterm is a VNC server for Linux console. It works just like x11vnc 
linuxvnc: but insted of X11 session, it serves Linux console. It does not 
linuxvnc: support X11 terminal emulators like xterm, urxvt (for those, use 
linuxvnc: x11vnc), but the real Linux virtual consoles (tty1, tty2, etc).  
linuxvnc: 
linuxvnc: https://github.com/LibVNC/vncterm
linuxvnc: 
linuxvnc: 
linuxvnc: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/vncterm*
	autoreconf -fiv
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	cp vncommand /usr/local/bin # vncommand is alpha-quality
}
