wok-next annotate xorg-bdftopcf/receipt @ rev 20842

p11-kit: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 20 17:49:39 2018 +0300 (2018-06-20)
parents ea3c4b76ea5d
children cd7906120828
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@11203 2
pascal@11203 3 PACKAGE="xorg-bdftopcf"
al@19645 4 VERSION="1.0.5"
pascal@11203 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Convert X font from Bitmap Distribution Format to Portable \
al@19805 7 Compiled Format"
pascal@11203 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 9 LICENSE="MIT"
al@19645 10 WEB_SITE="https://www.x.org/wiki/"
pascal@11203 11
al@19645 12 TARBALL="bdftopcf-$VERSION.tar.bz2"
al@19645 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 14
al@19645 15 BUILD_DEPENDS="xorg-util-macros xorg-libXfont-dev xorg-xtrans"
al@19805 16 PKG_RULE="std"
al@19645 17
al@20534 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@19805 20 make &&
al@19805 21 make install
pascal@11203 22 }
pascal@11203 23
al@20534 24 genpkg_rules() {
al@19805 25 copy @std
al@19805 26 DEPENDS="xorg-libXfont"
al@19805 27 TAGS="utility xorg fonts"
pascal@11203 28 }