wok annotate vnc2flv/receipt @ rev 20795
Add ifplugd & netplug
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 15 12:51:11 2019 +0100 (2019-02-15) |
parents | e53e5e4b0f9e |
children | 104a2a2e5484 |
rev | line source |
---|---|
pascal@7430 | 1 # SliTaz package receipt. |
pascal@7430 | 2 |
pascal@7430 | 3 PACKAGE="vnc2flv" |
pascal@7430 | 4 VERSION="20100207" |
pascal@7430 | 5 CATEGORY="network" |
pascal@7430 | 6 SHORT_DESC="VNC recorder" |
pascal@7430 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14850 | 8 LICENSE="MIT" |
pascal@7430 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@7430 | 10 WEB_SITE="http://www.unixuser.org/~euske/python/vnc2flv" |
slaxemulator@10880 | 11 WGET_URL="http://pypi.python.org/packages/source/v/vnc2flv/$TARBALL" |
pascal@7430 | 12 SUGGESTED="x11vnc" |
pascal@13034 | 13 TAGS="vnc" |
pascal@7430 | 14 |
pascal@14850 | 15 DEPENDS="python" |
pascal@14850 | 16 |
pascal@7430 | 17 # Rules to configure and make the package. |
pascal@7430 | 18 compile_rules() |
pascal@7430 | 19 { |
pascal@7430 | 20 cd $src |
pascal@7430 | 21 make |
pascal@7430 | 22 } |
pascal@7430 | 23 |
pascal@7430 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7430 | 25 genpkg_rules() |
pascal@7430 | 26 { |
pascal@7430 | 27 mkdir -p $fs/usr/share/$PACKAGE |
pascal@7430 | 28 cp -a $src/$PACKAGE/* $fs/usr/share/$PACKAGE |
pascal@7430 | 29 } |