wok-next view gexiv2/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 014a4f35b014
children 325d9da9bb3e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gexiv2"
4 VERSION="0.10.8"
5 CATEGORY="libs"
6 SHORT_DESC="GObject wrapper around the Exiv2 photo metadata library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Projects/gexiv2"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="glib-dev exiv2-dev gobject-introspection-dev vala"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 gexiv2)
27 copy @std
28 DEPENDS="exiv2 glib"
29 ;;
30 *-dev)
31 copy @dev
32 DEPENDS="gexiv2 exiv2-dev glib-dev"
33 ;;
34 esac
35 }