wok annotate lxpanel-dev/receipt @ rev 6419

Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Sep 26 17:02:23 2010 +0000 (2010-09-26)
parents 827a9b65573d
children abfc6db7f416
rev   line source
pankso@3960 1 # SliTaz package receipt.
pankso@3960 2
pankso@3960 3 PACKAGE="lxpanel-dev"
slaxemulator@6419 4 VERSION="0.5.6"
pankso@3960 5 CATEGORY="x-window"
pankso@3960 6 SHORT_DESC="LXpanel devel files."
pankso@3960 7 MAINTAINER="pankso@slitaz.org"
pankso@3960 8 WANTED="lxpanel"
pankso@3960 9 WEB_SITE="http://www.lxde.org/"
pankso@3960 10
pankso@3960 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3960 12 genpkg_rules()
pankso@3960 13 {
pankso@3960 14 mkdir -p $fs/usr/lib
pankso@3960 15 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pankso@3960 16 cp -a $_pkg/usr/include $fs/usr
pankso@3960 17 }