wok rev 22189
updated xorg-fonttosfnt (1.0.4 -> 1.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 09:22:37 2019 +0100 (2019-11-11) |
parents | f6aa37efdd25 |
children | 467e02d441f4 |
files | xorg-fonttosfnt/receipt |
line diff
1.1 --- a/xorg-fonttosfnt/receipt Mon Nov 11 09:14:03 2019 +0100 1.2 +++ b/xorg-fonttosfnt/receipt Mon Nov 11 09:22:37 2019 +0100 1.3 @@ -1,25 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-fonttosfnt" 1.7 -VERSION="1.0.4" 1.8 +VERSION="1.0.5" 1.9 CATEGORY="x-window" 1.10 +TAGS="utility xorg fonts" 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 +WEB_SITE="https://xorg.freedesktop.org/" 1.15 + 1.16 SOURCE="fonttosfnt" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="http://xorg.freedesktop.org/" 1.19 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.20 -TAGS="utility xorg fonts" 1.21 -DEPENDS="xorg-libX11 freetype xorg-libfontenc" 1.22 + 1.23 +DEPENDS="freetype xorg-libfontenc xorg-libX11" 1.24 1.25 # Rules to configure and make the package.ls sr 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --mandir=/usr/share/man \ 1.32 + ./configure \ 1.33 + --prefix=/usr \ 1.34 + --mandir=/usr/share/man \ 1.35 $CONFIGURE_ARGS && 1.36 make && 1.37 make DESTDIR=$DESTDIR install 1.38 @@ -31,4 +32,3 @@ 1.39 mkdir -p $fs/usr 1.40 cp -a $install/usr/bin $fs/usr 1.41 } 1.42 -