wok view pyvnc2swf/receipt @ rev 3890

pyvnc2swf: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 13 16:29:41 2009 +0200 (2009-08-13)
parents 52c7c249c20a
children 90ae29b24491
line source
1 # SliTaz package receipt.
3 PACKAGE="pyvnc2swf"
4 VERSION="0.9.5"
5 CATEGORY="network"
6 SHORT_DESC="VNC recorder"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf.html"
10 WGET_URL="http://www.unixuser.org/~euske/vnc2swf/$TARBALL"
11 DEPENDS="python tk python-pygame"
12 SUGGESTED="python-pymedia"
13 #ImportError: No module named pymedia.audio.sound
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/$PACKAGE
26 cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE
27 }