wok-next view python-evas/receipt @ rev 20406

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
parents 16df76e1fc6a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-evas"
4 VERSION="1.7.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Python bindings for Evas"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.enlightenment.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL"
14 BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake \
15 git subversion libtool"
16 SPLIT="python-evas-dev"
18 compile_rules() {
19 ./autogen.sh &&
20 ./configure --prefix=/usr &&
21 make $MAKEFLAGS all && make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 python-evas)
27 copy @std
28 DEPENDS="evas python"
29 TAGS="e enlightenment python"
30 ;;
31 python-evas-dev)
32 copy @dev
33 DEPENDS="python-evas evas-dev python-dev"
34 ;;
35 esac
36 }