wok-current diff xorg-bdftopcf/receipt @ rev 23409
updated perl-try-tiny (0.22 -> 0.30)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 07:04:07 2020 +0100 (2020-04-01) |
parents | eb8067417980 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-bdftopcf/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-bdftopcf/receipt Wed Apr 01 07:04:07 2020 +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 -