wok-next annotate xorg-libXp-dev/receipt @ rev 10584
rrdtool: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 11:34:48 2011 +0200 (2011-05-26) |
parents | c514cc4854d8 |
children | 48bd3d8ae881 |
rev | line source |
---|---|
rcx@3505 | 1 # SliTaz package receipt. |
rcx@3505 | 2 |
rcx@3505 | 3 PACKAGE="xorg-libXp-dev" |
rcx@3505 | 4 SOURCE="libXp" |
rcx@3505 | 5 VERSION="1.0.0" |
rcx@3505 | 6 CATEGORY="development" |
rcx@3505 | 7 SHORT_DESC="Xorg module devel files." |
rcx@3505 | 8 MAINTAINER="rcx@zoominternet.net" |
slaxemulator@8029 | 9 DEPENDS="xorg-libXp xorg-libXext-dev xorg-printproto" |
rcx@3505 | 10 WEB_SITE="http://www.x.org/" |
rcx@3505 | 11 WANTED="xorg-libXp" |
rcx@3505 | 12 |
rcx@3505 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3505 | 14 genpkg_rules() |
rcx@3505 | 15 { |
rcx@3505 | 16 # _pkg is not set correctly when both SOURCE and WANTED are defined |
slaxemulator@8751 | 17 |
rcx@3505 | 18 |
rcx@3505 | 19 mkdir -p $fs/usr/lib |
rcx@3505 | 20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3505 | 21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3505 | 22 } |
rcx@3505 | 23 |