wok annotate lxpanel-dev/receipt @ rev 23819

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