wok diff xorg-mkfontscale/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents eb8067417980
children 5d79829fa876
line diff
     1.1 --- a/xorg-mkfontscale/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-mkfontscale/receipt	Wed Nov 13 16:11:02 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 -