wok-6.x diff xorg-libXaw3d/receipt @ rev 23600
updated firefox-official (72.0.1 -> 75.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 10 16:03:29 2020 +0100 (2020-04-10) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-libXaw3d/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXaw3d/receipt Fri Apr 10 16:03:29 2020 +0100 1.3 @@ -1,29 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXaw3d" 1.7 -VERSION="1.6.2" 1.8 +VERSION="1.6.3" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg server module." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="libXaw3d" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.x.org/" 1.18 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="xorg-libXmu" 1.22 -BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev" 1.23 +BUILD_DEPENDS="util-linux-uuid-dev xorg-libXmu-dev" 1.24 + 1.25 +HOST_ARCH="i486 arm" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - ./configure \ 1.32 - --sysconfdir=/etc \ 1.33 - --localstatedir=/var \ 1.34 + ./configure \ 1.35 + --sysconfdir=/etc \ 1.36 + --localstatedir=/var \ 1.37 $CONFIGURE_ARGS && 1.38 - make && make install 1.39 + make && 1.40 + make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg.