wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="remmina-plugins"
4 VERSION="0.9.2"
5 CATEGORY="network"
6 SHORT_DESC="RDP, VNC, NX, XDMCP and SSH support for remmina"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://remmina.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/remmina/$TARBALL"
12 TAGS="rdp vnc"
14 DEPENDS="remmina"
15 BUILD_DEPENDS="intltool remmina-dev gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/remmina/plugins
28 cp -a $install/usr/share $fs/usr
29 cp -a $install/usr/lib/remmina/plugins/*.so* $fs/usr/lib/remmina/plugins
30 }