wok diff python-edje/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents
children 3ad2166dd4fe
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-edje/receipt	Wed Jun 05 02:41:07 2013 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-edje"
     1.7 +VERSION="1.7.0"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Python bindings for edje"
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://www.enlightenment.org/"
    1.13 +WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$PACKAGE.git"
    1.14 +TAGS="e enlightenment efl python"
    1.15 +
    1.16 +DEPENDS="edje python-evas libxml2"
    1.17 +BUILD_DEPENDS="edje-dev python-evas-dev
    1.18 +python-cython autoconf automake git subversion libtool libxml2-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./autogen.sh &&
    1.24 +	./configure --prefix=/usr &&
    1.25 +    make all && make install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	cp -a $install/usr/lib/python2.7 $fs/usr/lib
    1.33 +}