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

qt4-examples: fix previous commit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 18:53:02 2019 +0100 (2019-11-15)
parents 0b28c8ed8dc8
children 69d0a23c9258
line source
1 # SliTaz package receipt.
3 PACKAGE="libexif-gtk-dev"
4 VERSION="0.4.0"
5 CATEGORY="development"
6 SHORT_DESC="A library of widgets to help display EXIF tags in GTK programs - development files."
7 MAINTAINER="developer@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://libexif.github.io/"
11 WANTED="libexif-gtk"
12 BUILD_DEPENDS="libexif-gtk"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }