wok-next diff 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
line diff
     1.1 --- a/exempi/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/exempi/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="exempi"
     1.7 -VERSION="2.4.3"
     1.8 +VERSION="2.5.2"
     1.9  CATEGORY="utilities"
    1.10  LICENSE="GPL3"
    1.11  SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)"
    1.12 @@ -12,19 +12,21 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="expat-dev zlib-dev boost-dev boost-unit-test-framework"
    1.17 +BUILD_DEPENDS="boost-dev boost-unit-test-framework expat-dev zlib-dev"
    1.18  SPLIT="$PACKAGE-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 -	./configure \
    1.22 -		--disable-static \
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure			\
    1.26 +		--disable-static	\
    1.27  		$CONFIGURE_ARGS &&
    1.28  	fix libtool &&
    1.29  	make &&
    1.30  	make install
    1.31  }
    1.32  
    1.33 -genpkg_rules() {
    1.34 +genpkg_rules()
    1.35 +{
    1.36  	case $PACKAGE in
    1.37  		exempi)
    1.38  			copy @std