wok-next view fontconfig/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fontconfig"
4 VERSION="2.13.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Font configuration utilities and library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/fontconfig/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fontconfig.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.freedesktop.org/software/fontconfig/release/$TARBALL"
14 TARBALL_SHA1="75612356ef4f801735b49baf987f8942b4a7a5e1"
16 BUILD_DEPENDS="gettext-dev libxml2-dev freetype-dev gperf"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="freetype libxml2"
20 DEPENDS_dev="$PACKAGE freetype-dev libxml2-dev"
22 compile_rules() {
23 rm -f src/fcobjshash.h
25 # aclocal
26 ./configure \
27 --with-arch=$ARCH \
28 --disable-static \
29 --enable-iconv \
30 --enable-libxml2 \
31 --disable-docs \
32 $CONFIGURE_ARGS &&
33 fix libtool &&
34 make &&
35 make install
36 }