wok annotate vnc2flv/receipt @ rev 11710

added tintin
author toronado
date Sun Feb 19 08:14:43 2012 -0800 (2012-02-19)
parents 4a2c5fe13cc9
children e53e5e4b0f9e
rev   line source
pascal@7430 1 # SliTaz package receipt.
pascal@7430 2
pascal@7430 3 PACKAGE="vnc2flv"
pascal@7430 4 VERSION="20100207"
pascal@7430 5 CATEGORY="network"
pascal@7430 6 SHORT_DESC="VNC recorder"
pascal@7430 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@7430 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@7430 9 WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv"
slaxemulator@10880 10 WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL"
pascal@7430 11 DEPENDS="python"
pascal@7430 12 SUGGESTED="x11vnc"
pascal@7430 13
pascal@7430 14 # Rules to configure and make the package.
pascal@7430 15 compile_rules()
pascal@7430 16 {
pascal@7430 17 cd $src
pascal@7430 18 make
pascal@7430 19 }
pascal@7430 20
pascal@7430 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@7430 22 genpkg_rules()
pascal@7430 23 {
pascal@7430 24 mkdir -p $fs/usr/share/$PACKAGE
pascal@7430 25 cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE
pascal@7430 26 }