wok view vnc2flv/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 09cf2cf94008
children d1b6fe8c8301
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/source/v/vnc2flv/$TARBALL"
11 DEPENDS="python"
12 SUGGESTED="x11vnc"
13 TAGS="vnc"
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 }