wok view lxpanel-dev/receipt @ rev 23737

updated workerfm (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 10:15:49 2020 +0100 (2020-05-01)
parents 6e908e172c45
children 8fb436a61a63
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-dev"
4 VERSION="0.10.0"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE panel (development)"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/LXPanel"
10 TAGS="LXDE"
11 HOST_ARCH="i486 arm"
13 WANTED="lxpanel"
14 DEPENDS="pkg-config libfm-dev lxpanel"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 # add some private files to build waterline-plugin-multiload
24 cp $src/src/private.h $fs/usr/include/lxpanel/
25 cp $src/src/lxpanelctl.h $fs/usr/include/lxpanel/
26 cp $src/src/ev.h $fs/usr/include/lxpanel/
27 }