wok diff libxdg-basedir/receipt @ rev 14741

nagios-doc has moved to http://go.nagios.com/nagioscore/docs/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:43:56 2013 +0200 (2013-06-14)
parents f77edeb20f12
children 8d6f480bf664
line diff
     1.1 --- a/libxdg-basedir/receipt	Wed Sep 15 13:39:32 2010 +0000
     1.2 +++ b/libxdg-basedir/receipt	Fri Jun 14 08:43:56 2013 +0200
     1.3 @@ -8,6 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://n.ethz.ch/~nevillm/download/libxdg-basedir"
     1.6  WGET_URL="$WEB_SITE/$TARBALL"
     1.7 +CROSS="error"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -15,10 +16,9 @@
    1.12  	cd $src
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15 -		--infodir=/usr/share/info \
    1.16 -		--mandir=/usr/share/man \
    1.17 -		$CONFIGURE_ARGS &&
    1.18 -	make && make DESTDIR=$PWD/_pkg install
    1.19 +		--build=$HOST_SYSTEM \
    1.20 +		--host=$HOST_SYSTEM &&
    1.21 +	make && make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.