wok-next annotate exempi/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@19765 1 # SliTaz package receipt v2.
yuripourre@16980 2
yuripourre@16980 3 PACKAGE="exempi"
Hans-G?nter@21633 4 VERSION="2.5.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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/exempi.html"
al@19765 11
yuripourre@16981 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19765 13 WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
yuripourre@16980 14
Hans-G?nter@21633 15 BUILD_DEPENDS="boost-dev boost-unit-test-framework expat-dev zlib-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
yuripourre@16980 17
Hans-G?nter@21633 18 compile_rules()
Hans-G?nter@21633 19 {
Hans-G?nter@21633 20 ./configure \
Hans-G?nter@21633 21 --disable-static \
yuripourre@16980 22 $CONFIGURE_ARGS &&
al@20569 23 fix libtool &&
yuripourre@16980 24 make &&
al@20405 25 make install
yuripourre@16980 26 }
yuripourre@16980 27
Hans-G?nter@21633 28 genpkg_rules()
Hans-G?nter@21633 29 {
al@19765 30 case $PACKAGE in
al@20405 31 exempi)
al@20405 32 copy @std
al@20405 33 DEPENDS="expat zlib"
al@20405 34 ;;
al@20405 35 *-dev)
al@20405 36 copy @dev
al@20405 37 DEPENDS="exempi expat-dev zlib-dev"
al@20405 38 ;;
al@19765 39 esac
yuripourre@16980 40 }