wok-next annotate remmina-plugins/receipt @ rev 12248
Up: tazweb (1.6.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 09 18:39:47 2012 +0200 (2012-04-09) |
parents | 81f9c9f1f8fb |
children | 93289cdfe74e |
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@8257 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@8257 | 9 WEB_SITE="http://remmina.sourceforge.net/" |
pascal@8257 | 10 WGET_URL="$SF_MIRROR/remmina/$TARBALL" |
pascal@8257 | 11 DEPENDS="remmina" |
pascal@10539 | 12 BUILD_DEPENDS="intltool remmina-dev" |
pascal@8257 | 13 TAGS="rdp vnc" |
pascal@8257 | 14 |
pascal@8257 | 15 # Rules to configure and make the package. |
pascal@8257 | 16 compile_rules() |
pascal@8257 | 17 { |
pascal@8257 | 18 cd $src |
gokhlayeh@11573 | 19 ./configure $CONFIGURE_ARGS && make && make install |
pascal@8257 | 20 } |
pascal@8257 | 21 |
pascal@8257 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@8257 | 23 genpkg_rules() |
pascal@8257 | 24 { |
pascal@8257 | 25 mkdir -p $fs/usr/lib/remmina/plugins |
pascal@8257 | 26 cp -a $_pkg/usr/share $fs/usr |
pascal@8257 | 27 cp -a $_pkg/usr/lib/remmina/plugins/*.so* $fs/usr/lib/remmina/plugins |
pascal@8257 | 28 } |