wok-next annotate exempi/receipt @ rev 20333

Up bmpanel2, urxvt, usbip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 15 16:27:09 2017 +0200 (2017-11-15)
parents 906669ffa497
children ab7c63b80420
rev   line source
al@19765 1 # SliTaz package receipt v2.
yuripourre@16980 2
yuripourre@16980 3 PACKAGE="exempi"
al@19765 4 VERSION="2.4.2"
yuripourre@16980 5 CATEGORY="utilities"
yuripourre@16980 6 LICENSE="GPL3"
al@19765 7 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)"
yuripourre@16980 8 MAINTAINER="yuripourre@gmail.com"
al@19765 9 WEB_SITE="https://libopenraw.freedesktop.org/wiki/Exempi/"
al@19765 10
yuripourre@16981 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19765 12 WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
yuripourre@16980 13
al@19765 14 BUILD_DEPENDS="expat-dev zlib-dev libboost-dev libboost-unit-test-framework"
al@19765 15 SPLIT="exempi-dev"
yuripourre@16980 16
yuripourre@16980 17 # Rules to configure and make the package.
yuripourre@16980 18 compile_rules()
yuripourre@16980 19 {
al@19765 20 ./configure \
al@19765 21 --disable-static \
yuripourre@16980 22 $CONFIGURE_ARGS &&
yuripourre@16980 23 make &&
yuripourre@16980 24 make DESTDIR=$DESTDIR install
yuripourre@16980 25 }
yuripourre@16980 26
yuripourre@16980 27 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16980 28 genpkg_rules()
yuripourre@16980 29 {
al@19765 30 case $PACKAGE in
al@19765 31 exempi) copy @std; DEPENDS="expat zlib";;
al@19765 32 *-dev) copy @dev; DEPENDS="expat-dev zlib-dev";;
al@19765 33 esac
yuripourre@16980 34 }