# SliTaz package receipt. PACKAGE="vnc2flv" VERSION="20100207" CATEGORY="network" SHORT_DESC="VNC recorder" MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv" WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL" DEPENDS="python" SUGGESTED="x11vnc" # Rules to configure and make the package. compile_rules() { cd $src make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/$PACKAGE cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE }