wok diff libexif/receipt @ rev 22839

modified get-litecoin
author Hans-G?nter Theisgen
date Tue Feb 11 10:43:44 2020 +0100 (2020-02-11)
parents 38c69652a653
children 0b02213fe0a1
line diff
     1.1 --- a/libexif/receipt	Sun Mar 16 19:34:26 2014 +0100
     1.2 +++ b/libexif/receipt	Tue Feb 11 10:43:44 2020 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libexif"
     1.7 -VERSION="0.6.20"
     1.8 +VERSION="0.6.21"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Reads and writes EXIF metainformation from and to image files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 +WEB_SITE="http://libexif.sourceforge.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://libexif.sourceforge.net/"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	./configure \
    1.25 -		--prefix=/usr \
    1.26 -		$CONFIGURE_ARGS
    1.27 -	make
    1.28 +	./configure		\
    1.29 +		--prefix=/usr	\
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	make -j 1 &&
    1.32  	make DESTDIR=$DESTDIR install
    1.33  }
    1.34