wok diff libcroco/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents a00bf44ed23d
children eeba7ab1dffe
line diff
     1.1 --- a/libcroco/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/libcroco/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WEB_SITE="http://www.freespiders.org/projects/libcroco/"
     1.6  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libxml2 glib zlib"
    1.10  BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev"
    1.11 @@ -16,11 +17,9 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure \
    1.17  		$CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make DESTDIR=$DESTDIR install
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.