wok view vnc2flv/receipt @ rev 12339

acl: Remove slitaz-toolchain from build depends. It should be installed in chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 09:12:10 2012 +0000 (2012-04-19)
parents 4a2c5fe13cc9
children e53e5e4b0f9e
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"
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 }