wok-next view python-elementary-dev/receipt @ rev 14652

Add licenses, just for the seed (for example). Anyone can delete this.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 04 22:20:53 2013 +0000 (2013-06-04)
parents
children 01ca328e0009
line source
1 # SliTaz package receipt.
3 PACKAGE="python-elementary-dev"
4 VERSION="1.7.0"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for elementary devel files."
7 MAINTAINER="domcox@slitaz.org"
8 WANTED="python-elementary"
9 WEB_SITE="http://www.enlightenment.org/"
11 DEPENDS="elementary-dev python-evas-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 }