wok annotate edbus-dev/receipt @ rev 16114

ARM: sucess cross compiling slim
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 22 20:15:59 2014 +0100 (2014-03-22)
parents e51d930f54f0
children 689fcc83daec
rev   line source
pankso@2913 1 # SliTaz package receipt.
pankso@2913 2
pankso@2913 3 PACKAGE="edbus-dev"
domcox@15448 4 VERSION="1.7.9"
pankso@2913 5 CATEGORY="development"
domcox@14672 6 SHORT_DESC="EFL Dbus wrapping and glue layer library - Devel files."
pankso@2913 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@2913 9 WANTED="edbus"
pankso@2913 10 SOURCE="e_dbus"
pankso@2913 11 WEB_SITE="http://www.enlightenment.org/"
pankso@2913 12
pascal@15597 13 DEPENDS="ecore-dev dbus-dev pkg-config"
domcox@14405 14
pankso@2913 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2913 16 genpkg_rules()
pankso@2913 17 {
pankso@2913 18 mkdir -p $fs/usr/lib
pankso@13641 19 cp -a $install/usr/include $fs/usr
pankso@13641 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
pankso@13641 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@2913 22 }