wok diff consolekit2-dev/receipt @ rev 21533

backported Bobylev's receipt for consolekit2 from next to cooking
author Hans-G?nter Theisgen
date Sun May 05 11:02:08 2019 +0100 (2019-05-05)
parents
children 19d60fc3dcfe
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/consolekit2-dev/receipt	Sun May 05 11:02:08 2019 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="consolekit2-dev"
     1.7 +VERSION="1.2.1"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="ConsoleKit framework - development files."
    1.10 +MAINTAINER="developer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://github.com/Consolekit2/ConsoleKit2"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html"
    1.14 +REPOLOGY="consolekit"
    1.15 +
    1.16 +DEPENDS="consolekit2 dbus-dev glib-dev"
    1.17 +WANTED="consolekit2"
    1.18 +
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib
    1.22 +
    1.23 +	cp -a $install/usr/include		$fs/usr
    1.24 +	cp -a $install/usr/lib/lib*		$fs/usr/lib
    1.25 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.26 +}