wok view edbus-dev/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents d3e76f1e0aee
children 8ed62ecac0c7
line source
1 # SliTaz package receipt.
3 PACKAGE="edbus-dev"
4 VERSION="1.7.9"
5 CATEGORY="development"
6 SHORT_DESC="EFL Dbus wrapping and glue layer library - Devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WANTED="edbus"
10 SOURCE="e_dbus"
11 WEB_SITE="http://www.enlightenment.org/"
13 DEPENDS="ecore-dev dbus-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }