wok annotate xorg-libXrender/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 7bae09de1061
children 90da971c54e0
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"
pascal@20423 11 WEB_SITE="https://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 }