wok rev 22239

updated xorg-mkfontscale (1.0.9 -> 1.2.1)
author Hans-G?nter Theisgen
date Tue Nov 12 09:12:46 2019 +0100 (2019-11-12)
parents b36f8f3e6086
children 1335e1bdc222
files xorg-mkfontscale/receipt
line diff
     1.1 --- a/xorg-mkfontscale/receipt	Tue Nov 12 09:08:19 2019 +0100
     1.2 +++ b/xorg-mkfontscale/receipt	Tue Nov 12 09:12:46 2019 +0100
     1.3 @@ -1,24 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-mkfontscale"
     1.7 -VERSION="1.0.9"
     1.8 +VERSION="1.2.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Create an index of scalable font files for X."
    1.11 +TAGS="utility xorg fonts"
    1.12 +SHORT_DESC="Create an index of scaleable font files for X."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="http://xorg.freedesktop.org/"
    1.16 +
    1.17  SOURCE="mkfontscale"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WEB_SITE="http://xorg.freedesktop.org/"
    1.20  WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.21 -TAGS="utility xorg fonts"
    1.22  
    1.23  # Rules to configure and make the package.ls sr	
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 -		--mandir=/usr/share/man \
    1.30 +	./configure			\
    1.31 +		--prefix=/usr		\
    1.32 +		--mandir=/usr/share/man	\
    1.33  		$CONFIGURE_ARGS &&
    1.34  	make &&
    1.35  	make DESTDIR=$DESTDIR install
    1.36 @@ -30,4 +30,3 @@
    1.37  	mkdir -p $fs/usr
    1.38  	cp -a $install/usr/bin $fs/usr
    1.39  }
    1.40 -