wok-next annotate fonttosfnt/receipt @ rev 21307

updated hydra (7.3 -> 9.0)
author Hans-G?nter Theisgen
date Tue Dec 10 10:07:48 2019 +0100 (2019-12-10)
parents
children 802b46437911
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="fonttosfnt"
al@21072 4 VERSION="1.0.5"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper"
al@21072 7 MAINTAINER="pascal.bellard@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10
al@21072 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@21072 13 TARBALL_SHA1="acc1c8e47ba0fdc872442bf4fb087074b40ae618"
al@21072 14
al@21072 15 BUILD_DEPENDS="xorgproto freetype-dev libfontenc-dev"
al@21072 16 DEPENDS="freetype libfontenc"
al@21072 17
al@21072 18 compile_rules() {
al@21072 19 ./configure $CONFIGURE_ARGS &&
al@21072 20 make &&
al@21072 21 make install
al@21072 22 }
al@21072 23
al@21072 24 TAGS="Xorg"
al@21072 25
al@21072 26 PROVIDE="xorg-fonttosfnt"