wok-6.x diff xorg-libXres/receipt @ rev 22612
updated codeblocks again (10.05 -> 17.12)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 10 13:36:24 2020 +0100 (2020-01-10) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-libXres/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXres/receipt Fri Jan 10 13:36:24 2020 +0100 1.3 @@ -1,30 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXres" 1.7 -VERSION="1.0.7" 1.8 +VERSION="1.2.0" 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="libXres" 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 1.20 DEPENDS="xorg-libX11 xorg-libXext" 1.21 -BUILD_DEPENDS="pkg-config xorg-util-macros xorg-libX11-dev xorg-libXext-dev \ 1.22 -xorg-resourceproto" 1.23 +BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev \ 1.24 + xorg-resourceproto xorg-util-macros" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - cd $src 1.30 - ./configure \ 1.31 - --sysconfdir=/etc \ 1.32 - --mandir=/usr/share/man \ 1.33 - --localstatedir=/var \ 1.34 + ./configure \ 1.35 + --sysconfdir=/etc \ 1.36 + --mandir=/usr/share/man \ 1.37 + --localstatedir=/var \ 1.38 $CONFIGURE_ARGS && 1.39 - make && make install 1.40 + make && 1.41 + make install 1.42 } 1.43 1.44 # Rules to gen a SliTaz package suitable for Tazpkg.