wok-6.x diff xorg-fonttosfnt/receipt @ rev 23573
updated python-urwid (1.3.0 -> 2.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 11:02:06 2020 +0100 (2020-04-07) |
parents | eb8067417980 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-fonttosfnt/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-fonttosfnt/receipt Tue Apr 07 11:02:06 2020 +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 -