wok-next annotate xorg-fonttosfnt/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents eb8067417980
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@11203 2
pascal@11203 3 PACKAGE="xorg-fonttosfnt"
pascal@11203 4 VERSION="1.0.4"
pascal@11203 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper"
pascal@11203 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
pascal@11203 10
al@19805 11 TARBALL="fonttosfnt-$VERSION.tar.bz2"
al@19805 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19805 13
al@19805 14 BUILD_DEPENDS="xorg-xproto freetype-dev xorg-libfontenc-dev"
al@19805 15 PKG_RULE="std"
al@19805 16
al@19805 17 # Rules to configure and make the package.
pascal@11203 18 compile_rules()
pascal@11203 19 {
pascal@11203 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
pascal@11203 23 $CONFIGURE_ARGS &&
pascal@11203 24 make &&
al@19805 25 make install
pascal@11203 26 }
pascal@11203 27
pascal@11203 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11203 29 genpkg_rules()
pascal@11203 30 {
al@19805 31 copy @std
al@19805 32 DEPENDS="freetype xorg-libfontenc"
al@19805 33 TAGS="utility xorg fonts"
pascal@11203 34 }