wok view vnc2flv/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents e53e5e4b0f9e
children 104a2a2e5484
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 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv"
11 WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL"
12 SUGGESTED="x11vnc"
13 TAGS="vnc"
15 DEPENDS="python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/$PACKAGE
28 cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE
29 }