wok annotate python-evas/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 109756bc9246
children 79ea4cfe08cc
rev   line source
domcox@14397 1 # SliTaz package receipt.
domcox@14397 2
domcox@14397 3 PACKAGE="python-evas"
pascal@14706 4 VERSION="1.7.0"
domcox@14397 5 CATEGORY="base-system"
domcox@14688 6 SHORT_DESC="Python bindings for Evas"
domcox@14397 7 MAINTAINER="domcox@slitaz.org"
domcox@14397 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
domcox@14397 9 WEB_SITE="http://www.enlightenment.org/"
pascal@14706 10 WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL"
domcox@14688 11 TAGS="e enlightenment python"
domcox@14397 12
domcox@14397 13 DEPENDS="evas python"
domcox@14397 14 BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake
domcox@14397 15 git subversion libtool"
domcox@14397 16
domcox@14397 17 # Rules to configure and make the package.
domcox@14397 18 compile_rules()
domcox@14397 19 {
domcox@14397 20 ./autogen.sh &&
domcox@14397 21 ./configure --prefix=/usr &&
domcox@14688 22 make $MAKEFLAGS all && make install
domcox@14397 23 }
domcox@14397 24
domcox@14397 25 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14397 26 genpkg_rules()
domcox@14397 27 {
domcox@14397 28 mkdir -p $fs/usr/lib
domcox@14397 29 cp -a $install/usr/lib/python2.7 $fs/usr/lib
domcox@14397 30 }