wok diff xorg-xmodmap/receipt @ rev 22484
updated apache, apache-dev and apache-doc (2.4.16 -> 2.4.41)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 30 17:12:55 2019 +0100 (2019-12-30) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xmodmap/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xmodmap/receipt Mon Dec 30 17:12:55 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 }