wok view mate-polkit-dev/receipt @ rev 17321
Add openscad
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 04 14:52:08 2014 +0100 (2014-11-04) |
parents | 465d052da880 |
children | e863f2041090 |
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"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
16 cp -a $install/usr/lib/*.la $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
18 cp -a $install/usr/include/* $fs/usr/include
19 }