wok-next annotate xorg-libXrender/receipt @ rev 19994
Up qtwebkit, smplayer, nomacs, qedit
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 20 15:48:04 2017 +0200 (2017-10-20) |
parents | f463de72afe3 |
children | 0e7893ac206d |
rev | line source |
---|---|
al@19805 | 1 # SliTaz package receipt v2. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXrender" |
al@19634 | 4 VERSION="0.9.9" |
pankso@20 | 5 CATEGORY="x-window" |
al@19805 | 6 SHORT_DESC="RENDER extension library" |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
al@19805 | 8 LICENSE="MIT" |
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 BUILD_DEPENDS="xorg-libX11-dev xorg-renderproto" |
al@19805 | 16 SPLIT="xorg-libXrender-dev" |
al@19805 | 17 PKG_RULE="std-dev" |
pankso@20 | 18 |
pankso@20 | 19 # Rules to configure and make the package. |
pankso@20 | 20 compile_rules() |
pankso@20 | 21 { |
pankso@12506 | 22 ./configure \ |
pankso@12506 | 23 --sysconfdir=/etc \ |
pankso@12506 | 24 --localstatedir=/var \ |
pankso@12506 | 25 $CONFIGURE_ARGS && |
al@19805 | 26 make && |
al@19805 | 27 make install |
pankso@20 | 28 } |
pankso@20 | 29 |
pankso@20 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 31 genpkg_rules() |
pankso@20 | 32 { |
al@19805 | 33 case $PACKAGE in |
al@19805 | 34 *-libXrender) |
al@19805 | 35 copy @std |
al@19805 | 36 DEPENDS="xorg-libxcb xorg-libX11 xorg-libXau xorg-libXdmcp" |
al@19805 | 37 ;; |
al@19805 | 38 *-dev) |
al@19805 | 39 copy @dev |
al@19805 | 40 DEPENDS="xorg-libXrender xorg-libxcb-dev xorg-libX11-dev \ |
al@19805 | 41 xorg-libXau-dev xorg-libXdmcp-dev xorg-renderproto xorg-xproto" |
al@19805 | 42 ;; |
al@19805 | 43 esac |
pankso@20 | 44 } |