wok-current rev 22184
updated xorg-bdftopcf (1.0.3 -> 1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 08:55:19 2019 +0100 (2019-11-11) |
parents | f25cb816bdd9 |
children | 0d1c11af01b8 |
files | xorg-bdftopcf/receipt |
line diff
1.1 --- a/xorg-bdftopcf/receipt Sun Nov 10 18:20:50 2019 +0100 1.2 +++ b/xorg-bdftopcf/receipt Mon Nov 11 08:55:19 2019 +0100 1.3 @@ -1,24 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-bdftopcf" 1.7 -VERSION="1.0.3" 1.8 +VERSION="1.1" 1.9 CATEGORY="x-window" 1.10 +TAGS="utility xorg fonts" 1.11 SHORT_DESC="Font compiler for the X server and font server." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 SOURCE="bdftopcf" 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 1.22 # Rules to configure and make the package.ls sr 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --mandir=/usr/share/man \ 1.29 + ./configure \ 1.30 + --prefix=/usr \ 1.31 + --mandir=/usr/share/man \ 1.32 $CONFIGURE_ARGS && 1.33 make && 1.34 make DESTDIR=$DESTDIR install 1.35 @@ -30,4 +30,3 @@ 1.36 mkdir -p $fs/usr 1.37 cp -a $install/usr/bin $fs/usr 1.38 } 1.39 -