wok-next view bdftopcf/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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"