# HG changeset patch # User Antoine Bodin # Date 1298954629 -3600 # Node ID ac272d00f214729834eef820a8c85996af403751 # Parent 91821d2640b2caac8749fa6d996fe175e3fc70fa remmina-plugins needs intltool to compile diff -r 91821d2640b2 -r ac272d00f214 remmina-plugins/receipt --- a/remmina-plugins/receipt Tue Mar 01 05:27:28 2011 +0100 +++ b/remmina-plugins/receipt Tue Mar 01 05:43:49 2011 +0100 @@ -9,17 +9,14 @@ WEB_SITE="http://remmina.sourceforge.net/" WGET_URL="$SF_MIRROR/remmina/$TARBALL" DEPENDS="remmina" -BUILD_DEPENDS="remmina-dev gtk+-dev" +BUILD_DEPENDS="intltool" TAGS="rdp vnc" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.