wok rev 14417

new: python-edje-dev
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 19:18:45 2013 +0200 (2013-04-23)
parents a4f4a0f3d945
children d329891ab77c
files python-edje-dev/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-edje-dev/receipt	Tue Apr 23 19:18:45 2013 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-edje-dev"
     1.7 +VERSION="1.7.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Python bindings for evas devel files."
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +WANTED="python-edje"
    1.12 +WEB_SITE="http://www.enlightenment.org/"
    1.13 +
    1.14 +DEPENDS="edje-dev python-evas-dev"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +}
    1.23 +