wok diff remmina-plugins/receipt @ rev 15669

iptables: rm *.pc files, mv bin files to /usr/sbin
author Richard Dunbar <mojo@slitaz.org>
date Wed Dec 18 00:14:55 2013 +0000 (2013-12-18)
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	Wed Dec 18 00:14:55 2013 +0000
     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  }