wok annotate python-edje/receipt @ rev 14706

python-edbus, python-edje, python-elementary, python-evas: back to 1.7.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 08 09:32:04 2013 +0200 (2013-06-08)
parents 3ad2166dd4fe
children 79ea4cfe08cc
rev   line source
domcox@14416 1 # SliTaz package receipt.
domcox@14416 2
domcox@14416 3 PACKAGE="python-edje"
pascal@14706 4 VERSION="1.7.0"
domcox@14416 5 CATEGORY="base-system"
domcox@14692 6 SHORT_DESC="Python bindings for Edje"
domcox@14416 7 MAINTAINER="domcox@slitaz.org"
domcox@14416 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
domcox@14416 9 WEB_SITE="http://www.enlightenment.org/"
pascal@14706 10 WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL"
domcox@14692 11 TAGS="e enlightenment python"
domcox@14416 12
domcox@14416 13 DEPENDS="edje python-evas libxml2"
domcox@14416 14 BUILD_DEPENDS="edje-dev python-evas-dev
domcox@14416 15 python-cython autoconf automake git subversion libtool libxml2-dev"
domcox@14416 16
domcox@14416 17 # Rules to configure and make the package.
domcox@14416 18 compile_rules()
domcox@14416 19 {
domcox@14416 20 ./autogen.sh &&
domcox@14416 21 ./configure --prefix=/usr &&
domcox@14692 22 make $MAKEFLAGS all && make install
domcox@14416 23 }
domcox@14416 24
domcox@14416 25 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14416 26 genpkg_rules()
domcox@14416 27 {
domcox@14416 28 mkdir -p $fs/usr/lib
domcox@14416 29 cp -a $install/usr/lib/python2.7 $fs/usr/lib
domcox@14416 30 }