wok-next annotate remmina-plugins/receipt @ rev 15608
hubbub: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:31:17 2013 +0000 (2013-12-06) |
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 } |