wok view polkit-dev/receipt @ rev 16584

Some fixes to last commit
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 05:48:48 2014 +0200 (2014-05-04)
parents a00bf44ed23d
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="polkit-dev"
4 VERSION="0.104"
5 CATEGORY="development"
6 SHORT_DESC="devel files for polkit"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL2"
9 WANTED="polkit"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit"
11 PROVIDE="PolicyKit-dev"
13 DEPENDS="pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/polkit-1/extensions $fs/usr/share
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/share/gir-1.0 $fs/usr/share
23 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
24 cp -a $install/usr/lib/polkit-1/extensions/*.*a \
25 $fs/usr/lib/polkit-1/extensions
26 }