wok annotate consolekit2-dev/receipt @ rev 25035

Up libqcow (20210419)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 18:11:13 2022 +0000 (2022-05-20)
parents 19d60fc3dcfe
children
rev   line source
Hans-G?nter@21533 1 # SliTaz package receipt.
Hans-G?nter@21533 2
Hans-G?nter@21533 3 PACKAGE="consolekit2-dev"
Hans-G?nter@24435 4 VERSION="1.2.4"
Hans-G?nter@21533 5 CATEGORY="system-tools"
Hans-G?nter@21533 6 SHORT_DESC="ConsoleKit framework - development files."
Hans-G?nter@24435 7 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@21533 8 LICENSE="GPL2"
Hans-G?nter@21533 9 WEB_SITE="https://github.com/Consolekit2/ConsoleKit2"
Hans-G?nter@21533 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html"
Hans-G?nter@21533 11 REPOLOGY="consolekit"
Hans-G?nter@21533 12
Hans-G?nter@21533 13 DEPENDS="consolekit2 dbus-dev glib-dev"
Hans-G?nter@21533 14 WANTED="consolekit2"
Hans-G?nter@21533 15
Hans-G?nter@21533 16 genpkg_rules()
Hans-G?nter@21533 17 {
Hans-G?nter@24435 18 cook_copy_folders include
Hans-G?nter@24435 19 cook_copy_folders pkgconfig
Hans-G?nter@24435 20 cook_copy_files *.*a
Hans-G?nter@21533 21 }