wok-6.x view python-edbus-dev/receipt @ rev 14592
Merge commit
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun May 26 23:46:07 2013 +0200 (2013-05-26) |
parents | |
children | d9d384da4106 |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-edbus-dev"
4 VERSION="1.7.0"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for evas devel files."
7 MAINTAINER="domcox@slitaz.org"
8 WANTED="python-edbus"
9 WEB_SITE="http://www.enlightenment.org/"
11 DEPENDS="edbus-dev python-dev dbus-python-dev dbus-helper"
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 }