# tightvnc, http://www.tightvnc.org

name=tightvnc
version=1.2.9
release=1
source=(http://telia.dl.sourceforge.net/sourceforge/vnc-tight/$name-${version}_unixsrc.tar.bz2)

build() {
    cd $name-$version
    ./configure --prefix=/usr --sysconfdir=/etc \
    --mandir=/usr/share/man --infodir=/usr/share/info
    make
    make DESTDIR=$PKG install
}
