wok-6.x diff xorg-xmodmap/receipt @ rev 23876
Up dropbear (2020.80)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 01 14:12:33 2020 +0000 (2020-07-01) |
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 Wed Jul 01 14:12:33 2020 +0000 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 }