wok-stable annotate remmina-plugins/receipt @ rev 9529
Up: pangomm to 2.28.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 07 23:19:07 2011 +0000 (2011-04-07) |
parents | 3a697a12f7c0 |
children | 81f9c9f1f8fb |
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" |
gokhlayeh@8926 | 12 BUILD_DEPENDS="intltool" |
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@8926 | 19 ./configure && 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 } |