wok annotate lxpanel-dev/receipt @ rev 14612

Up: git to 1.8.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 04:56:00 2013 +0000 (2013-06-01)
parents 0b73c72d760b
children 7896f0694ef6
rev   line source
pankso@3960 1 # SliTaz package receipt.
pankso@3960 2
pankso@3960 3 PACKAGE="lxpanel-dev"
al@14260 4 VERSION="0.5.12"
pankso@3960 5 CATEGORY="x-window"
al@14260 6 SHORT_DESC="Development files for LXpanel"
pankso@3960 7 MAINTAINER="pankso@slitaz.org"
al@14260 8 WEB_SITE="http://www.lxde.org/"
al@14260 9
pankso@3960 10 WANTED="lxpanel"
pankso@3960 11
pankso@3960 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3960 13 genpkg_rules()
pankso@3960 14 {
pankso@3960 15 mkdir -p $fs/usr/lib
al@14260 16 cp -a $install/usr/include $fs/usr
slaxemulator@13159 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@3960 18 }