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

# source: james
TARBALL=vncterm-2015.02.tar.bz2
MD5SUM=26645f8a295abb83b8db38d879c75fff
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='libvncserver' # 
SLACKDESC='linuxvnc: linuxvnc 2015.02 (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: 
linuxvnc: 
linuxvnc: 
linuxvnc: https://github.com/LibVNC/vncterm
'

### 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/bin # vncommand is alpha-quality
}
