wok view python-ecore-dev/receipt @ rev 14413

wxWidgets: force enable graphics_ctx & unicode
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 19:05:41 2013 +0200 (2013-04-23)
parents
children 79ea4cfe08cc
line source
1 # SliTaz package receipt.
3 PACKAGE="python-ecore-dev"
4 VERSION="1.7.0"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for ecore devel files."
7 MAINTAINER="domcox@slitaz.org"
8 WANTED="python-ecore"
9 WEB_SITE="http://www.enlightenment.org/"
11 DEPENDS="ecore-dev python-dev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }