wok diff xorg-cf-files/receipt @ rev 22984

updated keyutils and keyutils-dev (1.6 -> 1.6.1)
author Hans-G?nter Theisgen
date Sun Mar 01 07:46:00 2020 +0100 (2020-03-01)
parents 814c58f64f83
children 17091bc7c301
line diff
     1.1 --- a/xorg-cf-files/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-cf-files/receipt	Sun Mar 01 07:46:00 2020 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-cf-files"
     1.7 -VERSION="1.0.3"
     1.8 +VERSION="1.0.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Conf files used by xorg and imake."
    1.11 +SHORT_DESC="Configuration files used by xorg and imake."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/util/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21 @@ -16,13 +17,13 @@
    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 -		--infodir=/usr/share/info \
    1.29 -		--mandir=/usr/share/man \
    1.30 +	./configure				\
    1.31 +		--prefix=/usr			\
    1.32 +		--infodir=/usr/share/info	\
    1.33 +		--mandir=/usr/share/man		\
    1.34  		$CONFIGURE_ARGS &&
    1.35 -	make && make DESTDIR=$DESTDIR install
    1.36 +	make &&
    1.37 +	make DESTDIR=$DESTDIR install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.