wok view pyvnc2swf/receipt @ rev 6380

Up: libmpd, libmpd-dev to 0.20.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 21 14:10:36 2010 +0000 (2010-09-21)
parents 8d20fe133d91
children
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"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/$PACKAGE
25 cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE
26 }