wok-6.x diff libexif/receipt @ rev 25005
updated ntl (11.4.3 -> 11.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 16:29:07 2022 +0100 (2022-05-16) |
parents | f8a963794d31 |
children |
line diff
1.1 --- a/libexif/receipt Thu Sep 16 13:07:33 2021 +0000 1.2 +++ b/libexif/receipt Mon May 16 16:29:07 2022 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libexif" 1.7 -VERSION="0.6.22" 1.8 +VERSION="0.6.24" 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 +WEB_SITE="https://libexif.github.io/" 1.15 1.16 -TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$PACKAGE-${VERSION//./_}-release/$TARBALL" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.20 1.21 HOST_ARCH="i486 arm" 1.22 1.23 @@ -22,18 +22,15 @@ 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - ln -s /bin/sh /usr/bin/sh 1.28 ./configure \ 1.29 --prefix=/usr \ 1.30 $CONFIGURE_ARGS && 1.31 - make -j 1 && 1.32 - make DESTDIR=$DESTDIR install 1.33 - rm /usr/bin/sh 1.34 + make && 1.35 + make install DESTDIR=$DESTDIR 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - mkdir -p $fs/usr/lib 1.42 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.43 + cook_copy_files *.so* 1.44 }