wok-next diff edbus/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 a3c581bf52b8
children
line diff
     1.1 --- a/edbus/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/edbus/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.7.10"
     1.5  CATEGORY="x-window"
     1.6  SHORT_DESC="EFL Dbus wrapping and glue layer library"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10  WEB_SITE="https://www.enlightenment.org/"
    1.11  
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="ecore-dev dbus-dev"
    1.16 -SPLIT="edbus-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	export CFLAGS="$CFLAGS -fvisibility=hidden"
    1.21 @@ -21,7 +21,8 @@
    1.22  	./configure \
    1.23  		--disable-doc \
    1.24  		$CONFIGURE_ARGS &&
    1.25 -	make $MAKEFILE && make install
    1.26 +	make $MAKEFILE &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30  genpkg_rules() {
    1.31 @@ -31,7 +32,7 @@
    1.32  			DEPENDS="ecore dbus"
    1.33  			TAGS="e enlightenment efl"
    1.34  			;;
    1.35 -		edbus-dev)
    1.36 +		*-dev)
    1.37  			copy @dev
    1.38  			DEPENDS="ecore-dev dbus-dev"
    1.39  			;;