wok-next annotate xorg-libXfont-dev/receipt @ rev 8658
Automated merge with https://bitbucket.org/gokhlayeh/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 16 05:33:41 2011 +0100 (2011-02-16) |
parents | 36c41101f006 |
children | be13f25e790b |
rev | line source |
---|---|
pankso@87 | 1 # SliTaz package receipt. |
pankso@87 | 2 |
pankso@87 | 3 PACKAGE="xorg-libXfont-dev" |
slaxemulator@7052 | 4 VERSION="1.4.3" |
pankso@199 | 5 CATEGORY="development" |
pankso@87 | 6 SHORT_DESC="Xorg server keyboard library devel files." |
pankso@87 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@8029 | 8 DEPENDS="xorg-libXfont xorg-fontsproto freetype-dev \ |
slaxemulator@8029 | 9 xorg-libfontenc-dev xorg-xproto xorg-xtrans" |
pankso@87 | 10 SOURCE="libXfont" |
pankso@87 | 11 WANTED="xorg-libXfont" |
pankso@87 | 12 WEB_SITE="http://www.x.org/" |
pankso@87 | 13 |
pankso@87 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@87 | 15 genpkg_rules() |
pankso@87 | 16 { |
pankso@87 | 17 mkdir -p $fs/usr/lib |
pankso@87 | 18 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
pankso@87 | 19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pankso@87 | 20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@87 | 21 cp -a $_pkg/usr/include $fs/usr |
pankso@87 | 22 } |
pankso@87 | 23 |