wok diff libexif/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents e24f9f369562
children 5ea0ce1cecc0
line diff
     1.1 --- a/libexif/receipt	Mon Apr 01 17:24:16 2019 +0100
     1.2 +++ b/libexif/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,26 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libexif"
     1.7 -VERSION="0.6.21"
     1.8 +VERSION="0.6.22"
     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 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$PACKAGE-${VERSION//./_}-release/$TARBALL"
    1.19  
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	ln -s /bin/sh /usr/bin/sh
    1.26  	./configure		\
    1.27  		--prefix=/usr	\
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make -j 1 &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31 +	rm /usr/bin/sh
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.