wok-next annotate xorg-libXrender/receipt @ rev 19634
Up Xorg (first chunk)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 10 01:19:30 2017 +0200 (2017-02-10) |
parents | 7bae09de1061 |
children | f463de72afe3 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXrender" |
al@19634 | 4 VERSION="0.9.9" |
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" |
al@19634 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@19634 | 10 HOST_ARCH="i486 arm" |
al@19634 | 11 |
al@19634 | 12 TARBALL="libXrender-$VERSION.tar.bz2" |
pankso@12506 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
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 { |
al@19634 | 32 cook_copy_files *.so* |
pankso@20 | 33 } |