wok view edbus-dev/receipt @ rev 8614

Fix: xfburn needs intltool to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 18:33:51 2011 +0100 (2011-02-14)
parents f99c07c038f7
children 6874827768de
line source
1 # SliTaz package receipt.
3 PACKAGE="edbus-dev"
4 VERSION="1.0.0"
5 CATEGORY="development"
6 SHORT_DESC="E17 dbus devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="dbus-dev ecore-dev"
9 WANTED="edbus"
10 SOURCE="e_dbus"
11 WEB_SITE="http://www.enlightenment.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 }