wok diff python-ecore/receipt @ rev 14924

Up: firefox-langpack-zh_TW (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:30:32 2013 +0000 (2013-08-06)
parents
children 79ea4cfe08cc
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-ecore/receipt	Tue Aug 06 01:30:32 2013 +0000
     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 +}