
Receipt for package "libvncserver"
# SliTaz package receipt. PACKAGE="libvncserver" VERSION="0.9.9" CATEGORY="network" SHORT_DESC="The vnc library" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" SOURCE="LibVNCServer" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://libvncserver.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="jpeg zlib libssl" BUILD_DEPENDS="jpeg-dev zlib openssl-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/libvncserver/files/libvncserver/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/libvncserver/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src ./configure \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)