wok-next diff python-edbus/receipt @ rev 20632

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
parents 4396aed7eb01
children
line diff
     1.1 --- a/python-edbus/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/python-edbus/receipt	Fri Apr 27 10:53:56 2018 +0300
     1.3 @@ -11,28 +11,26 @@
     1.4  TARBALL="python-e_dbus-$VERSION.tar.bz2"
     1.5  WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper
     1.8 +BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper \
     1.9  autoconf automake git subversion libtool"
    1.10  SPLIT="python-edbus-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	./autogen.sh &&
    1.14 -	./configure --prefix=/usr &&
    1.15 -	make $MAKEFLAGS all && make install
    1.16 +	./configure &&
    1.17 +	make $MAKEFLAGS all &&
    1.18 +	make install
    1.19  }
    1.20  
    1.21  genpkg_rules() {
    1.22  	case $PACKAGE in
    1.23  		python-edbus)
    1.24 -			mkdir -p $fs/usr/lib
    1.25 -			cp -a $install/usr/lib/python2.7 $fs/usr/lib
    1.26 +			copy @std
    1.27  			DEPENDS="edbus dbus-python dbus-helper"
    1.28  			TAGS="e enlightenment python"
    1.29  			;;
    1.30  		*-dev)
    1.31 -			mkdir -p $fs/usr/lib
    1.32 -			# cp -a $install/usr/include $fs/usr
    1.33 -			cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.34 +			copy @dev
    1.35  			DEPENDS="edbus-dev python-dev dbus-python-dev dbus-helper"
    1.36  			;;
    1.37  	esac