wok-next diff mate-menus/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 9102678083fb
children
line diff
     1.1 --- a/mate-menus/receipt	Sun Aug 26 05:08:11 2018 +0300
     1.2 +++ b/mate-menus/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://github.com/mate-desktop/mate-menus/archive/v$VERSION.tar.gz"
     1.5  
     1.6  BUILD_DEPENDS="mate-common gobject-introspection-dev python-dev"
     1.7 -SPLIT="mate-menus-python mate-menus mate-menus-dev"
     1.8 +SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./autogen.sh \
    1.12 @@ -25,7 +25,7 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	case $PACKAGE in
    1.16 -		mate-menus-python)
    1.17 +		*-python)
    1.18  			copy python*/*.so *.py
    1.19  			DEPENDS="glib mate-menus python"
    1.20  			CAT="python|Python bindings"