wok-next annotate libxft/receipt @ rev 21667

updated fsarchiver (0.6.12 -> 0.8.5)
author Hans-G?nter Theisgen
date Sat Jun 27 16:40:22 2020 +0100 (2020-06-27)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="libxft"
al@21072 4 VERSION="2.3.2"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Client side font rendering library"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
al@21072 11
al@21072 12 TARBALL="libXft-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@21072 14 TARBALL_SHA1="e025d790a7b6c4d283a78d8df06615cb10278e2d"
al@21072 15
al@21072 16 BUILD_DEPENDS="libxrender-dev freetype-dev fontconfig-dev libxml2-dev"
al@21072 17 SPLIT="$PACKAGE-dev"
al@21072 18
al@21072 19 DEPENDS_std="fontconfig freetype libx11 libxrender"
al@21072 20 DEPENDS_dev="$PACKAGE fontconfig-dev freetype-dev libxrender-dev xorgproto"
al@21072 21
al@21072 22 compile_rules() {
al@21072 23 ./configure \
al@21072 24 --disable-static \
al@21072 25 $CONFIGURE_ARGS &&
al@21072 26 fix libtool &&
al@21072 27 make &&
al@21072 28 make install
al@21072 29 }
al@21072 30
al@21072 31 TAGS="Xorg"
al@21072 32
al@21072 33 PROVIDE_std="xorg-libXft"
al@21072 34 PROVIDE_dev="xorg-libXft-dev"