wok rev 22190

updated xorg-gccmakedep (1.0.2 -> 1.0.3)
author Hans-G?nter Theisgen
date Mon Nov 11 09:28:38 2019 +0100 (2019-11-11)
parents 55468e317029
children 6aab4c6721ad
files xorg-gccmakedep/receipt
line diff
     1.1 --- a/xorg-gccmakedep/receipt	Mon Nov 11 09:22:37 2019 +0100
     1.2 +++ b/xorg-gccmakedep/receipt	Mon Nov 11 09:28:38 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-gccmakedep"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="1.0.3"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X gccmakedep utility."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/"
    1.14 +
    1.15  SOURCE="gccmakedep"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/util/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="xorg-dev-proto"
    1.21 @@ -16,11 +17,13 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr --mandir=/usr/share/man \
    1.27 -	$CONFIGURE_ARGS
    1.28 -	make
    1.29 +	./configure			\
    1.30 +		--prefix=/usr		\
    1.31 +		--mandir=/usr/share/man	\
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	make &&
    1.34  	make DESTDIR=$DESTDIR install
    1.35 +
    1.36  	chmod +x $DESTDIR/usr/bin/*
    1.37  }
    1.38