wok view mate-polkit-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents e863f2041090
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-polkit-dev"
4 VERSION="1.9.0"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="PolicyKit integration for the MATE desktop."
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="http://www.mate-desktop.org/"
10 WANTED="mate-polkit"
11 TAGS="MATE"
13 DEPENDS="mate-polkit pkg-config"
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
18 cp -a $install/usr/lib/*.la $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
20 cp -a $install/usr/include/* $fs/usr/include
21 }