wok annotate vnc2flv/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 09cf2cf94008
children d1b6fe8c8301
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@13034 13 TAGS="vnc"
pascal@7430 14
pascal@7430 15 # Rules to configure and make the package.
pascal@7430 16 compile_rules()
pascal@7430 17 {
pascal@7430 18 cd $src
pascal@7430 19 make
pascal@7430 20 }
pascal@7430 21
pascal@7430 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@7430 23 genpkg_rules()
pascal@7430 24 {
pascal@7430 25 mkdir -p $fs/usr/share/$PACKAGE
pascal@7430 26 cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE
pascal@7430 27 }