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

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents cd7906120828
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-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 REPOLOGY="bdftopcf"
13 TARBALL="bdftopcf-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
16 BUILD_DEPENDS="xorg-util-macros xorg-libXfont-dev xorg-xtrans"
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 }