wok diff xorg-xrdb/receipt @ rev 23311
updated perl-datetime-format-strptime (1.56 -> 1.77)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 14:47:03 2020 +0100 (2020-03-30) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xrdb/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xrdb/receipt Mon Mar 30 14:47:03 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xrdb" 1.7 -VERSION="1.0.9" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." 1.11 +SHORT_DESC="A program used for accessing the X resources of a server." 1.12 MAINTAINER="rocky@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 SOURCE="xrdb" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="https://www.x.org/" 1.19 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.20 1.21 DEPENDS="xorg-libXmu" 1.22 @@ -17,14 +18,14 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - ./configure $CONFIGURE_ARGS && 1.28 - make && make install 1.29 + ./configure $CONFIGURE_ARGS && 1.30 + make && 1.31 + make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 mkdir -p $fs/usr 1.38 - cp -a $install/usr/bin $fs/usr 1.39 + cp -a $install/usr/bin $fs/usr 1.40 }