wok rev 3889

Add pyvnc2swf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 13 16:26:22 2009 +0200 (2009-08-13)
parents 74ecf566d86a
children 8d20fe133d91
files pyvnc2swf/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pyvnc2swf/receipt	Thu Aug 13 16:26:22 2009 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pyvnc2swf"
     1.7 +VERSION="0.9.5"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="VNC recorder"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf.html"
    1.13 +WGET_URL="$WEB_SITE/$TARBALL"
    1.14 +DEPENDS="python tk python-pygame"
    1.15 +SUGGESTED="python-pymedia"
    1.16 +#ImportError: No module named pymedia.audio.sound
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	make
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/share/$PACKAGE
    1.29 +	cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE
    1.30 +}