wok-stable diff remmina-plugins/receipt @ rev 10024
glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 18:19:46 2011 +0200 (2011-05-19) |
parents | 3a697a12f7c0 |
children | 81f9c9f1f8fb |
line diff
1.1 --- a/remmina-plugins/receipt Sat Jan 29 18:26:23 2011 +0100 1.2 +++ b/remmina-plugins/receipt Thu May 19 18:19:46 2011 +0200 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.