wok-6.x diff x11vnc-extra/receipt @ rev 15479
python-qrcode: update bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 10 10:36:42 2013 +0000 (2013-11-10) |
parents | e53e5e4b0f9e |
children | a1b05b1a9d1d |
line diff
1.1 --- a/x11vnc-extra/receipt Tue Jun 12 20:04:51 2012 +0200 1.2 +++ b/x11vnc-extra/receipt Sun Nov 10 10:36:42 2013 +0000 1.3 @@ -5,16 +5,18 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="java VNC viewer" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://www.karlrunge.com/x11vnc/" 1.9 -DEPENDS="x11vnc" 1.10 WANTED="x11vnc" 1.11 TAGS="vnc" 1.12 1.13 +DEPENDS="x11vnc" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/share 1.19 - cp -a $_pkg/usr/share/x11vnc $fs/usr/share 1.20 + cp -a $install/usr/share/x11vnc $fs/usr/share 1.21 } 1.22 1.23 # Post install/remove commands for Tazpkg.