wok-next diff remmina-plugins/receipt @ rev 15910
Up: yad (0.26.0) Bunch of new function and custom icons for buttons :)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 15 13:08:13 2014 +0100 (2014-02-15) |
parents | b7319995b37e |
children |
line diff
1.1 --- a/remmina-plugins/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/remmina-plugins/receipt Sat Feb 15 13:08:13 2014 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="RDP, VNC, NX, XDMCP and SSH support for remmina" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://remmina.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/remmina/$TARBALL" 1.11 +TAGS="rdp vnc" 1.12 + 1.13 DEPENDS="remmina" 1.14 -BUILD_DEPENDS="intltool remmina-dev" 1.15 -TAGS="rdp vnc" 1.16 +BUILD_DEPENDS="intltool remmina-dev gtk+-dev" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -23,6 +25,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib/remmina/plugins 1.24 - cp -a $_pkg/usr/share $fs/usr 1.25 - cp -a $_pkg/usr/lib/remmina/plugins/*.so* $fs/usr/lib/remmina/plugins 1.26 + cp -a $install/usr/share $fs/usr 1.27 + cp -a $install/usr/lib/remmina/plugins/*.so* $fs/usr/lib/remmina/plugins 1.28 }