wok-current diff python-ecore/receipt @ rev 14957
Up: enlightenment-backgrounds (0.17.4)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 19:20:58 2013 +0200 (2013-08-08) |
parents | |
children | 79ea4cfe08cc |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-ecore/receipt Thu Aug 08 19:20:58 2013 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-ecore" 1.7 +VERSION="1.7.0" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Python bindings for ecore" 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="ecore" 1.17 +BUILD_DEPENDS="ecore-dev python-dev python-cython autoconf automake 1.18 +git subversion libtool" 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 +}