wok-6.x rev 14433
Add: python-elementary
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Apr 24 22:03:41 2013 +0200 (2013-04-24) |
parents | 0387d66b218c |
children | 5ca36fe3561c |
files | python-elementary/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-elementary/receipt Wed Apr 24 22:03:41 2013 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-elementary" 1.7 +VERSION="1.7.0" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Python bindings for elementary" 1.10 +MAINTAINER="domcox@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 +WEB_SITE="http://www.enlightenment.org/" 1.13 +#http://git.enlightenment.org/legacy/bindings/python/python-elementary.git/commit/?id=008790c46e2075b7e16e8c3a6b49a1cd159c5377 1.14 +WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$PACKAGE.git" 1.15 +TAGS="e enlightenment efl python" 1.16 + 1.17 +DEPENDS="elementary python-evas" 1.18 +BUILD_DEPENDS="elementary-dev python-evas-dev python-cython 1.19 +autoconf automake git subversion libtool" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + ./autogen.sh && 1.25 + ./configure --prefix=/usr && 1.26 + make all && make install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/lib 1.33 + cp -a $install/usr/lib/python2.7 $fs/usr/lib 1.34 +}