wok-6.x rev 21176
updated libexif and libexif-dev (0.6.20 -> 0.6.21)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 01 17:24:16 2019 +0100 (2019-04-01) |
parents | aadac27b6d69 |
children | 9fc082ddb2d0 2759b1a5c165 |
files | libexif-dev/receipt libexif/receipt |
line diff
1.1 --- a/libexif-dev/receipt Mon Apr 01 17:12:11 2019 +0100 1.2 +++ b/libexif-dev/receipt Mon Apr 01 17:24:16 2019 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libexif-dev" 1.7 -VERSION="0.6.20" 1.8 +VERSION="0.6.21" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Libexif devel files." 1.11 -WANTED="libexif" 1.12 +SHORT_DESC="Libexif - development files." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="LGPL2.1" 1.15 WEB_SITE="http://libexif.sourceforge.net/" 1.16 + 1.17 +WANTED="libexif" 1.18 +DEPENDS="libexif pkg-config" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="libexif pkg-config" 1.23 - 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr/lib 1.28 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/include $fs/usr 1.31 + 1.32 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.33 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 + cp -a $install/usr/include $fs/usr 1.35 }
2.1 --- a/libexif/receipt Mon Apr 01 17:12:11 2019 +0100 2.2 +++ b/libexif/receipt Mon Apr 01 17:24:16 2019 +0100 2.3 @@ -1,23 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libexif" 2.7 -VERSION="0.6.20" 2.8 +VERSION="0.6.21" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Reads and writes EXIF metainformation from and to image files." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 +WEB_SITE="http://libexif.sourceforge.net/" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WEB_SITE="http://libexif.sourceforge.net/" 2.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.18 + 2.19 HOST_ARCH="i486 arm" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 - ./configure \ 2.25 - --prefix=/usr \ 2.26 - $CONFIGURE_ARGS 2.27 - make 2.28 + ./configure \ 2.29 + --prefix=/usr \ 2.30 + $CONFIGURE_ARGS && 2.31 + make -j 1 && 2.32 make DESTDIR=$DESTDIR install 2.33 } 2.34