wok-current view python-ecore-dev/receipt @ rev 14842
slim-theme-*: correct strings (thanks subreptice and slimhunter)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jul 18 02:16:41 2013 +0300 (2013-07-18) |
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 }