wok-next view bdftopcf/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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"