wok view libexif-gtk-dev/receipt @ rev 25267

Update some deps using gcc83-lib-base
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 08:24:48 2022 +0000 (22 months ago)
parents 69d0a23c9258
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libexif-gtk-dev"
4 VERSION="0.5.0"
5 CATEGORY="development"
6 SHORT_DESC="A library of widgets to help display EXIF tags in GTK programs - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://libexif.github.io/"
11 DEPENDS="libexif-gtk"
12 WANTED="libexif-gtk"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
20 }