wok-6.x rev 7431
remove pyvnc2swf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 29 08:25:37 2010 +0100 (2010-11-29) |
parents | 4a2c5fe13cc9 |
children | 46f6c24ce3da |
files | pyvnc2swf/receipt |
line diff
1.1 --- a/pyvnc2swf/receipt Mon Nov 29 08:25:14 2010 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,26 +0,0 @@ 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="http://www.unixuser.org/~euske/vnc2swf/$TARBALL" 1.14 -DEPENDS="python tk python-pygame" 1.15 -SUGGESTED="python-pymedia" 1.16 - 1.17 -# Rules to configure and make the package. 1.18 -compile_rules() 1.19 -{ 1.20 - cd $src 1.21 - make 1.22 -} 1.23 - 1.24 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 -genpkg_rules() 1.26 -{ 1.27 - mkdir -p $fs/usr/share/$PACKAGE 1.28 - cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE 1.29 -}