wok-4.x rev 8926
remmina-plugins needs intltool to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 05:43:49 2011 +0100 (2011-03-01) |
parents | 91821d2640b2 |
children | e26dc7e78711 |
files | remmina-plugins/receipt |
line diff
1.1 --- a/remmina-plugins/receipt Tue Mar 01 05:27:28 2011 +0100 1.2 +++ b/remmina-plugins/receipt Tue Mar 01 05:43:49 2011 +0100 1.3 @@ -9,17 +9,14 @@ 1.4 WEB_SITE="http://remmina.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/remmina/$TARBALL" 1.6 DEPENDS="remmina" 1.7 -BUILD_DEPENDS="remmina-dev gtk+-dev" 1.8 +BUILD_DEPENDS="intltool" 1.9 TAGS="rdp vnc" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure --prefix=/usr \ 1.16 - $CONFIGURE_ARGS && 1.17 - make && 1.18 - make DESTDIR=$PWD/_pkg install 1.19 + ./configure && make && make install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.