wok view consolekit2-dev/receipt @ rev 23429

updated phpmyadmin (3.5.2 -> 5.0.2)
author Hans-G?nter Theisgen
date Wed Apr 01 16:48:48 2020 +0100 (2020-04-01)
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 }