wok-next view xorg-bdftopcf/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents ea3c4b76ea5d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-bdftopcf"
4 VERSION="1.0.5"
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/"
12 TARBALL="bdftopcf-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros xorg-libXfont-dev xorg-xtrans"
16 PKG_RULE="std"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="xorg-libXfont"
27 TAGS="utility xorg fonts"
28 }