wok view consolekit2-dev/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (3 months ago) |
parents | 19d60fc3dcfe |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="consolekit2-dev"
4 VERSION="1.2.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="ConsoleKit framework - development files."
7 MAINTAINER="maintainer@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 cook_copy_folders include
19 cook_copy_folders pkgconfig
20 cook_copy_files *.*a
21 }