wok-next view bdftopcf/receipt @ rev 21244

updated coova-chilli again (1.3.0 -> 1.5)
author Hans-G?nter Theisgen
date Thu Dec 05 15:20:58 2019 +0100 (2019-12-05)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bdftopcf"
4 VERSION="1.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Convert X font from Bitmap Distribution Format to Portable \
7 Compiled Format"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7legacy.html"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 TARBALL_SHA1="48a783337a5aa49ebc102c9788ff0f43ea35c5c4"
17 BUILD_DEPENDS="util-macros libxfont-dev xtrans"
18 DEPENDS="libxfont"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 TAGS="Xorg"
28 PROVIDE="xorg-bdftopcf"