wok diff gparted/receipt @ rev 11083

Up: claws-mail-spam_report to 0.3.14.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 01:56:28 2011 +0000 (2011-10-17)
parents 531ed7e7d847
children ea35c13a1842
line diff
     1.1 --- a/gparted/receipt	Wed Feb 16 18:51:34 2011 +0000
     1.2 +++ b/gparted/receipt	Mon Oct 17 01:56:28 2011 +0000
     1.3 @@ -13,6 +13,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://gparted.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +CROSS="error: cannot run test program while cross compiling"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -22,9 +23,9 @@
    1.12  		--prefix=/usr \
    1.13  		--disable-scrollkeeper \
    1.14  		--disable-doc \
    1.15 -		$CONFIGURE_ARGS &&
    1.16 -	make &&
    1.17 -	make DESTDIR=$PWD/_pkg install
    1.18 +		--build=$HOST_SYSTEM \
    1.19 +		--host=$HOST_SYSTEM &&
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.