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

gst0-plugins-ugly: add cdio-cd-text-api patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 22:12:56 2017 +0100 (2017-11-03)
parents f463de72afe3
children 757d032c55c7
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@19645 18 # Rules to configure and make the package.
pascal@11203 19 compile_rules()
pascal@11203 20 {
al@19805 21 ./configure \
al@19805 22 --sysconfdir=/etc \
al@19805 23 --localstatedir=/var \
al@19805 24 $CONFIGURE_ARGS &&
al@19805 25 make &&
al@19805 26 make install
pascal@11203 27 }
pascal@11203 28
pascal@11203 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11203 30 genpkg_rules()
pascal@11203 31 {
al@19805 32 copy @std
al@19805 33 DEPENDS="xorg-libXfont"
al@19805 34 TAGS="utility xorg fonts"
pascal@11203 35 }