wok rev 22285

updated xorg-xfontsel (1.0.3 -> 1.0.6)
author Hans-G?nter Theisgen
date Wed Nov 13 14:53:34 2019 +0100 (2019-11-13)
parents 4ef8c4b28070
children 0ebeba6a0f6c
files xorg-xfontsel/receipt
line diff
     1.1 --- a/xorg-xfontsel/receipt	Wed Nov 13 14:48:49 2019 +0100
     1.2 +++ b/xorg-xfontsel/receipt	Wed Nov 13 14:53:34 2019 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xfontsel"
     1.7 -VERSION="1.0.3"
     1.8 +VERSION="1.0.6"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="point and click selection utility of X11 font names"
    1.11 +TAGS="utility xorg fonts"
    1.12 +SHORT_DESC="Point and click selection utility of X11 font names."
    1.13  MAINTAINER="jozee@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +
    1.17  SOURCE="xfontsel"
    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 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.23  
    1.24  DEPENDS="xorg-libXaw"
    1.25  BUILD_DEPENDS="xorg-libXaw-dev"
    1.26 @@ -18,10 +19,9 @@
    1.27  # Rules to configure and make the package.ls sr	
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure \
    1.32 -		--prefix=/usr \
    1.33 -		--mandir=/usr/share/man \
    1.34 +	./configure			\
    1.35 +		--prefix=/usr		\
    1.36 +		--mandir=/usr/share/man	\
    1.37  		$CONFIGURE_ARGS &&
    1.38  	make &&
    1.39  	make DESTDIR=$DESTDIR install
    1.40 @@ -33,4 +33,3 @@
    1.41  	mkdir -p $fs/usr/share
    1.42  	cp -a $install/usr/bin $fs/usr
    1.43  }
    1.44 -