wok view vnc2flv/receipt @ rev 10795

slitaz-i18n-extra: add inkscape (blender dont use standard path)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 03 03:41:27 2011 +0200 (2011-06-03)
parents
children 09cf2cf94008
line source
1 # SliTaz package receipt.
3 PACKAGE="vnc2flv"
4 VERSION="20100207"
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/python/vnc2flv"
10 WGET_URL="http://pypi.python;org/packages/sources/v/vnc2flv/$TARBALL"
11 DEPENDS="python"
12 SUGGESTED="x11vnc"
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 }