wok-next annotate bdftopcf/receipt @ rev 21596

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