wok-6.x annotate xorg-libXpm-dev/receipt @ rev 11960
Merge a patch to fix svg support I forgot to push weeks ago. The problem has been fixed since but I think that this patch handle things better.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Mar 01 18:08:04 2012 +0100 (2012-03-01) |
parents | c514cc4854d8 |
children | fd19f13ad61d |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 PACKAGE="xorg-libXpm-dev" |
slaxemulator@7024 | 3 VERSION="3.5.9" |
pankso@199 | 4 CATEGORY="development" |
pankso@20 | 5 SHORT_DESC="Xorg module devel files." |
pankso@20 | 6 MAINTAINER="pankso@slitaz.org" |
slaxemulator@8029 | 7 DEPENDS="xorg-libXpm xorg-libXext-dev xorg-libXt-dev" |
pankso@20 | 8 WANTED="xorg-libXpm" |
pankso@20 | 9 SOURCE="libXpm" |
pankso@20 | 10 WEB_SITE="http://www.x.org/" |
pankso@20 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 12 genpkg_rules() |
pankso@20 | 13 { |
pankso@20 | 14 mkdir -p $fs/usr/lib |
slaxemulator@8751 | 15 |
pankso@20 | 16 cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib |
pankso@20 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@20 | 18 cp -a $_pkg/usr/include $fs/usr |
pankso@20 | 19 } |