wok view consolekit2-dev/receipt @ rev 23180
updated minetest, minetest-common and minetest-server (5.0.1 -> 5.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 19 15:34:58 2020 +0100 (2020-03-19) |
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 }