wok view consolekit2-dev/receipt @ rev 21747

tazboot: spare 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 17:17:16 2019 +0200 (2019-06-14)
parents 389660094be5
children 5f0a41dd58c1
line source
1 # SliTaz package receipt.
3 PACKAGE="consolekit2-dev"
4 VERSION="1.2.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="ConsoleKit framework - development files."
7 MAINTAINER="developer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/Consolekit2/ConsoleKit2"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html"
11 REPOLOGY="consolekit"
13 DEPENDS="consolekit2 dbus-dev glib-dev"
14 WANTED="consolekit2"
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/lib* $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }