wok view lxpanel-dev/receipt @ rev 24870

updated lxpanel, lxpanel-dev and lxpanel-extra (0.10.0 -> 0.10.1)
author Hans-G?nter Theisgen
date Thu Mar 31 07:03:25 2022 +0100 (2022-03-31)
parents f785404cbaa7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-dev"
4 VERSION="0.10.1"
5 CATEGORY="x-window"
6 TAGS="LXDE"
7 SHORT_DESC="LXDE panel - development files."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.lxde.org/"
12 DEPENDS="libfm-dev lxpanel pkg-config"
13 WANTED="lxpanel"
15 HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 cook_copy_folders include
21 cook_copy_folders pkgconfig
22 cook_copy_files *.*a
24 # add some private files to build waterline-plugin-multiload
25 cp $src/src/private.h $fs/usr/include/lxpanel
26 cp $src/src/lxpanelctl.h $fs/usr/include/lxpanel
27 cp $src/src/ev.h $fs/usr/include/lxpanel
28 }