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