wok rev 22296

updated xorg-xmodmap (1.0.5 -> 1.0.10)
author Hans-G?nter Theisgen
date Wed Nov 13 16:38:59 2019 +0100 (2019-11-13)
parents 85da3e0312c3
children c57f4d20a595
files xorg-xmodmap/receipt
line diff
     1.1 --- a/xorg-xmodmap/receipt	Wed Nov 13 16:34:12 2019 +0100
     1.2 +++ b/xorg-xmodmap/receipt	Wed Nov 13 16:38:59 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xmodmap"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="1.0.10"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X keyboard and mouse configuration utility."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="xmodmap"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19  
    1.20  DEPENDS="xorg-libX11"
    1.21 @@ -17,20 +18,19 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -    cd $src
    1.26 -    ./configure \
    1.27 -    	--prefix=/usr \
    1.28 -    	--sysconfdir=/etc \
    1.29 -    	--mandir=/usr/share/man \
    1.30 -    	--localstatedir=/var \
    1.31 -    $CONFIGURE_ARGS
    1.32 -    make
    1.33 -    make DESTDIR=$DESTDIR install
    1.34 +	./configure			\
    1.35 +		--prefix=/usr		\
    1.36 +		--sysconfdir=/etc	\
    1.37 +		--mandir=/usr/share/man	\
    1.38 +		--localstatedir=/var	\
    1.39 +		$CONFIGURE_ARGS &&
    1.40 +	make &&
    1.41 +	make DESTDIR=$DESTDIR install
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.45  genpkg_rules()
    1.46  {
    1.47  	mkdir -p $fs/usr
    1.48 -	cp -a $install/usr/bin $fs/usr
    1.49 +	cp -a $install/usr/bin	$fs/usr
    1.50  }