wok rev 22192

updated xorg-imake (1.0.3 -> 1.0.8)
author Hans-G?nter Theisgen
date Mon Nov 11 09:43:24 2019 +0100 (2019-11-11)
parents 6aab4c6721ad
children cf6307cc353d
files xorg-imake/receipt
line diff
     1.1 --- a/xorg-imake/receipt	Mon Nov 11 09:36:24 2019 +0100
     1.2 +++ b/xorg-imake/receipt	Mon Nov 11 09:43:24 2019 +0100
     1.3 @@ -1,27 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-imake"
     1.7 -VERSION="1.0.3"
     1.8 +VERSION="1.0.8"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X imake utility."
    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="imake"
    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  DEPENDS="xorg-cf-files"
    1.21 -BUILD_DEPENDS="xorg-gccmakedep xorg-makedepend pkg-config xorg-xproto perl"
    1.22 +BUILD_DEPENDS="perl pkg-config xorg-gccmakedep xorg-makedepend xorg-xproto"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	./configure --prefix=/usr --mandir=/usr/share/man \
    1.29 -	$CONFIGURE_ARGS
    1.30 -	make
    1.31 +	./configure			\
    1.32 +		--prefix=/usr		\
    1.33 +		--mandir=/usr/share/man	\
    1.34 +		$CONFIGURE_ARGS &&
    1.35 +	make &&
    1.36  	make DESTDIR=$DESTDIR install
    1.37 +
    1.38  	chmod +x $DESTDIR/usr/bin/*
    1.39  }
    1.40