wok-4.x annotate xorg-libxkbfile-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 857621a8b6e4
children abeabe0bd1e9
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-libxkbfile-dev"
pankso@5294 4 VERSION="1.0.6"
pankso@199 5 CATEGORY="development"
pankso@87 6 SHORT_DESC="Xorg server keyboard library devel files."
pankso@87 7 MAINTAINER="pankso@slitaz.org"
pankso@87 8 DEPENDS="xorg"
pankso@87 9 SOURCE="libxkbfile"
pankso@87 10 WANTED="xorg-libxkbfile"
pankso@87 11 WEB_SITE="http://www.x.org/"
pankso@87 12
pankso@87 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 14 genpkg_rules()
pankso@87 15 {
pankso@87 16 mkdir -p $fs/usr/lib
pankso@87 17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
pankso@87 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
pankso@87 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pankso@87 20 cp -a $_pkg/usr/include $fs/usr
pankso@87 21 }
pankso@87 22