wok view remmina-plugins/receipt @ rev 13834

eboard: use libdl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 07 13:54:28 2013 +0100 (2013-01-07)
parents 81f9c9f1f8fb
children 93289cdfe74e
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://remmina.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/remmina/$TARBALL"
11 DEPENDS="remmina"
12 BUILD_DEPENDS="intltool remmina-dev"
13 TAGS="rdp vnc"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/remmina/plugins
26 cp -a $_pkg/usr/share $fs/usr
27 cp -a $_pkg/usr/lib/remmina/plugins/*.so* $fs/usr/lib/remmina/plugins
28 }