wok annotate xorg-libXft/receipt @ rev 23809
linld: add isoboot (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 24 16:43:25 2020 +0000 (2020-05-24) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXft" |
Hans-G?nter@22216 | 4 VERSION="2.3.3" |
pankso@20 | 5 CATEGORY="x-window" |
Hans-G?nter@22216 | 6 SHORT_DESC="X FreeType library." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
al@14646 | 8 LICENSE="other" |
Hans-G?nter@22216 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22216 | 10 |
slaxemulator@14647 | 11 SOURCE="libXft" |
slaxemulator@14647 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@20 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@20 | 14 |
al@14646 | 15 DEPENDS="fontconfig xorg-libXrender" |
Hans-G?nter@22216 | 16 BUILD_DEPENDS="fontconfig-dev freetype-dev libxml2-dev xorg-libXrender-dev" |
Hans-G?nter@22216 | 17 |
Hans-G?nter@22216 | 18 HOST_ARCH="i486 arm" |
pankso@12513 | 19 |
pankso@20 | 20 # Rules to configure and make the package. |
pankso@20 | 21 compile_rules() |
pankso@20 | 22 { |
Hans-G?nter@22216 | 23 ./configure \ |
Hans-G?nter@22216 | 24 --sysconfdir=/etc \ |
Hans-G?nter@22216 | 25 --localstatedir=/var \ |
Hans-G?nter@22216 | 26 --disable-static \ |
pankso@12513 | 27 $CONFIGURE_ARGS && |
al@14646 | 28 make && |
al@14646 | 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@20 | 35 mkdir -p $fs/usr/lib |
pankso@12513 | 36 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 37 } |