wok rev 22256

updated xorg-xev (1.1.0 -> 1.2.3)
author Hans-G?nter Theisgen
date Tue Nov 12 17:19:34 2019 +0100 (2019-11-12)
parents ff6ccb1497d0
children effc02cb4146
files xorg-xev/receipt
line diff
     1.1 --- a/xorg-xev/receipt	Tue Nov 12 17:15:14 2019 +0100
     1.2 +++ b/xorg-xev/receipt	Tue Nov 12 17:19:34 2019 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xev"
     1.7 -VERSION="1.1.0"
     1.8 +VERSION="1.2.3"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="print contents of x-server events"
    1.11 +TAGS="utility xorg debug"
    1.12 +SHORT_DESC="Print contents of x-server events."
    1.13  MAINTAINER="jozee@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +
    1.17  SOURCE="xev"
    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 debug"
    1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.23  
    1.24  DEPENDS="xorg-libX11"
    1.25  BUILD_DEPENDS="xorg-libX11-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 @@ -31,5 +31,5 @@
    1.41  genpkg_rules()
    1.42  {
    1.43  	mkdir -p $fs/usr
    1.44 -	cp -a $install/usr/bin $fs/usr	
    1.45 +	cp -a $install/usr/bin	$fs/usr
    1.46  }