wok rev 22191

updated xorg-iceauth (1.0.4 -> 1.0.8)
author Hans-G?nter Theisgen
date Mon Nov 11 09:36:24 2019 +0100 (2019-11-11)
parents 467e02d441f4
children f9c3115dcaa8
files xorg-iceauth/receipt
line diff
     1.1 --- a/xorg-iceauth/receipt	Mon Nov 11 09:28:38 2019 +0100
     1.2 +++ b/xorg-iceauth/receipt	Mon Nov 11 09:36:24 2019 +0100
     1.3 @@ -1,27 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-iceauth"
     1.7 -VERSION="1.0.4"
     1.8 +VERSION="1.0.8"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="ICE authority file utility"
    1.11 +SHORT_DESC="ICE authority file utility."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="iceauth"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://xorg.freedesktop.org/"
    1.19 -WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
    1.20 +WGET_URL="https://xorg.freedesktop.org/archive/individual/app/$TARBALL"
    1.21  
    1.22  DEPENDS="xorg-libICE"
    1.23 -BUILD_DEPENDS="xorg-libICE-dev pkg-config"
    1.24 +BUILD_DEPENDS="pkg-config xorg-libICE-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure --prefix=/usr \
    1.31 -		--infodir=/usr/share/info \
    1.32 -		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.33 -	make && make DESTDIR=$DESTDIR install
    1.34 +	./configure				\
    1.35 +		--prefix=/usr			\
    1.36 +		--infodir=/usr/share/info	\
    1.37 +		--mandir=/usr/share/man		\
    1.38 +		$CONFIGURE_ARGS &&
    1.39 +	make &&
    1.40 +	make DESTDIR=$DESTDIR install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44 @@ -30,4 +33,3 @@
    1.45  	mkdir -p $fs/usr
    1.46  	cp -a $install/usr/bin $fs/usr
    1.47  }
    1.48 -