wok view python-elementary-dev/receipt @ rev 14490

Up: ophcrack (3.5.0)
author Cedric Tissieres <slitaz@objectif-securite.ch>
date Fri May 03 14:38:26 2013 +0200 (2013-05-03)
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 }