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

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents 708048b2db25
children fc9203de5ff2
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 DEPENDS="mate-polkit"
12 TAGS="MATE"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
17 cp -a $install/usr/lib/*.la $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
19 cp -a $install/usr/include/* $fs/usr/include
20 }