wok-next view vnc2flv/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="vnc2flv"
4 VERSION="20100207"
5 CATEGORY="network"
6 SHORT_DESC="VNC recorder"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/source/v/vnc2flv/$TARBALL"
14 compile_rules() {
15 make || return 1
17 mkdir -p $install/usr/share/$PACKAGE
18 cp -r $src/$PACKAGE/* $install/usr/share/$PACKAGE
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python"
24 SUGGESTED="x11vnc"
25 TAGS="vnc"
26 }