wok diff remmina-plugins/receipt @ rev 9691

module-init-tools: clean up
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 07 05:50:34 2011 +0000 (2011-05-07)
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	Sat May 07 05:50:34 2011 +0000
     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.