wok annotate xorg-libXrender/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-libXrender"
Hans-G?nter@22224 4 VERSION="0.9.10"
pankso@20 5 CATEGORY="x-window"
Hans-G?nter@22224 6 SHORT_DESC="X Render Library."
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14643 8 LICENSE="other"
Hans-G?nter@22224 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22224 10
pankso@20 11 SOURCE="libXrender"
gokhlayeh@6993 12 TARBALL="$SOURCE-$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
Hans-G?nter@22224 18 HOST_ARCH="i486 arm"
Hans-G?nter@22224 19
pankso@20 20 # Rules to configure and make the package.
pankso@20 21 compile_rules()
pankso@20 22 {
Hans-G?nter@22224 23 ./configure \
Hans-G?nter@22224 24 --sysconfdir=/etc \
Hans-G?nter@22224 25 --localstatedir=/var \
Hans-G?nter@22224 26 --disable-static \
pankso@12506 27 $CONFIGURE_ARGS &&
Hans-G?nter@22224 28 make &&
Hans-G?nter@22224 29 make install
pankso@20 30 }
pankso@20 31
pankso@20 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 33 genpkg_rules()
pankso@20 34 {
pankso@12506 35 mkdir -p $fs/usr/lib
pankso@12506 36 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@20 37 }