wok diff leafpad/receipt @ rev 16281

ARM: add beaver
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 06 16:03:46 2014 +0200 (2014-04-06)
parents 380ffe05937a
children 88bfe1283cac
line diff
     1.1 --- a/leafpad/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/leafpad/receipt	Sun Apr 06 16:03:46 2014 +0200
     1.3 @@ -9,25 +9,21 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://tarot.freeshell.org/leafpad/"
     1.6  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="gtk+ xorg-libXdamage"
    1.10 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
    1.11 +BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xproto"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -    cd $src
    1.17 -    chmod +x install-sh
    1.18 -    ./configure \
    1.19 -    	--prefix=/usr \
    1.20 -    	--infodir=/usr/share/info \
    1.21 -    	--mandir=/usr/share/man \
    1.22 -    	--disable-print \
    1.23 -    	$CONFIGURE_ARGS &&
    1.24 -    make &&
    1.25 -    make DESTDIR=$DESTDIR install &&
    1.26 -    # no xpm (5 ko)
    1.27 -    rm $DESTDIR/usr/share/pixmaps/*.xpm
    1.28 +	chmod +x install-sh
    1.29 +	./configure \
    1.30 +		--disable-print \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make && make install &&
    1.33 +	# no xpm (5 ko)
    1.34 +	rm $DESTDIR/usr/share/pixmaps/*.xpm
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.