wok-next view xorg-libXfont/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents 9f70134dc7a7
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXfont"
4 VERSION="1.5.1"
5 CATEGORY="x-window"
6 SHORT_DESC="X font Library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 HOST_ARCH="i486 arm"
12 TARBALL="libXfont-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 DEPENDS="bzlib freetype xorg-libfontenc"
16 BUILD_DEPENDS="bzip2-dev freetype-dev zlib-dev xorg-xtrans xorg-fontsproto \
17 xorg-libfontenc-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 # sed -i 's/STARTCHAR %s/STARTCHAR %99s/' src/bitmap/bdfread.c
23 # --disable-devel-docs \
25 ./configure \
26 --sysconfdir=/etc \
27 --localstatedir=/var \
28 --disable-static \
29 $CONFIGURE_ARGS &&
30 make &&
31 make install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 cook_copy_files *.so*
38 }