wok-next view exempi/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 f48456621a9d
children be8f87a154b2
line source
1 # SliTaz package receipt v2.
3 PACKAGE="exempi"
4 VERSION="2.4.3"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)"
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="https://libopenraw.freedesktop.org/wiki/Exempi/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/exempi.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
15 BUILD_DEPENDS="expat-dev zlib-dev boost-dev boost-unit-test-framework"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 exempi)
30 copy @std
31 DEPENDS="expat zlib"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="exempi expat-dev zlib-dev"
36 ;;
37 esac
38 }