wok annotate xorg-libXrender/receipt @ rev 18033
Up: tazlito (383), xorg-xf86-video-nouveau (1.0.11)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri May 08 19:30:55 2015 +0200 (2015-05-08) |
parents | 87ed2f0de883 |
children | 814c58f64f83 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXrender" |
pascal@14746 | 4 VERSION="0.9.8" |
pankso@20 | 5 CATEGORY="x-window" |
al@14643 | 6 SHORT_DESC="X Render Library" |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
al@14643 | 8 LICENSE="other" |
pankso@20 | 9 SOURCE="libXrender" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@12506 | 11 WEB_SITE="http://www.x.org/" |
pankso@12506 | 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@16064 | 13 HOST_ARCH="i486 arm" |
pankso@12506 | 14 |
slaxemulator@8029 | 15 DEPENDS="xorg-libX11" |
slaxemulator@8029 | 16 BUILD_DEPENDS="xorg-libX11-dev xorg-renderproto" |
pankso@20 | 17 |
pankso@20 | 18 # Rules to configure and make the package. |
pankso@20 | 19 compile_rules() |
pankso@20 | 20 { |
pankso@12506 | 21 ./configure \ |
pankso@12506 | 22 --sysconfdir=/etc \ |
pankso@12506 | 23 --localstatedir=/var \ |
al@14643 | 24 --disable-static \ |
pankso@12506 | 25 $CONFIGURE_ARGS && |
pankso@16064 | 26 make && make install |
pankso@20 | 27 } |
pankso@20 | 28 |
pankso@20 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 30 genpkg_rules() |
pankso@20 | 31 { |
pankso@12506 | 32 mkdir -p $fs/usr/lib |
pankso@12506 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 34 } |