wok annotate efreet-dev/receipt @ rev 15599

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 13:21:20 2013 +0000 (2013-12-05)
parents 17a29ad99d89
children 689fcc83daec
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="efreet-dev"
domcox@15446 4 VERSION="1.7.9"
pankso@199 5 CATEGORY="development"
domcox@14670 6 SHORT_DESC="EFL library for handling of freedesktop.org specs - Devel files."
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@140 9 WANTED="efreet"
pankso@140 10 WEB_SITE="http://www.enlightenment.org/"
pankso@140 11
pascal@15597 12 DEPENDS="ecore-dev pkg-config"
domcox@14403 13
pankso@140 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 15 genpkg_rules()
pankso@140 16 {
pankso@140 17 mkdir -p $fs/usr/lib
pankso@13640 18 cp -a $install/usr/include $fs/usr
pankso@13640 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pankso@13640 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@140 21 }