wok diff libexif-gtk-dev/receipt @ rev 25036

gtk-gnutella: binutils 2.34+ support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 13:10:56 2022 +0000 (2022-05-21)
parents e2eba69940d9
children dcb071a5e9e6
line diff
     1.1 --- a/libexif-gtk-dev/receipt	Wed Apr 03 15:08:17 2019 +0100
     1.2 +++ b/libexif-gtk-dev/receipt	Sat May 21 13:10:56 2022 +0000
     1.3 @@ -1,23 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libexif-gtk-dev"
     1.7 -VERSION="0.4.0"
     1.8 +VERSION="0.5.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A library of widgets to help display EXIF tags in GTK programs - development files."
    1.11 -MAINTAINER="developer@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="https://libexif.github.io/"
    1.15  
    1.16 +BUILD_DEPENDS="libexif-gtk"
    1.17  WANTED="libexif-gtk"
    1.18 -BUILD_DEPENDS="libexif-gtk"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -
    1.27 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.28 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.29 -	cp -a $install/usr/include		$fs/usr
    1.30 +	get_dev_files
    1.31  }