wok-next rev 21661
updated fonttosfnt (1.0.5 -> 1.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 13:41:53 2020 +0100 (2020-06-27) |
parents | 77350d286baf |
children | c2b48d51e079 |
files | fonttosfnt/receipt |
line diff
1.1 --- a/fonttosfnt/receipt Sat Jun 27 11:00:12 2020 +0100 1.2 +++ b/fonttosfnt/receipt Sat Jun 27 13:41:53 2020 +0100 1.3 @@ -1,8 +1,9 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="fonttosfnt" 1.7 -VERSION="1.0.5" 1.8 +VERSION="1.1.0" 1.9 CATEGORY="x-window" 1.10 +TAGS="Xorg" 1.11 SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 @@ -10,17 +11,16 @@ 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.18 -TARBALL_SHA1="acc1c8e47ba0fdc872442bf4fb087074b40ae618" 1.19 +# 1.0.5 TARBALL_SHA1="acc1c8e47ba0fdc872442bf4fb087074b40ae618" 1.20 1.21 -BUILD_DEPENDS="xorgproto freetype-dev libfontenc-dev" 1.22 +BUILD_DEPENDS="freetype-dev libfontenc-dev xorgproto" 1.23 DEPENDS="freetype libfontenc" 1.24 1.25 -compile_rules() { 1.26 +compile_rules() 1.27 +{ 1.28 ./configure $CONFIGURE_ARGS && 1.29 make && 1.30 make install 1.31 } 1.32 1.33 -TAGS="Xorg" 1.34 - 1.35 PROVIDE="xorg-fonttosfnt"