wok diff libXaw3dXft/receipt @ rev 22791

recompiled ayttm
author Hans-G?nter Theisgen
date Mon Jan 27 09:05:27 2020 +0100 (2020-01-27)
parents 86790a278e70
children 65d7d867e0c1
line diff
     1.1 --- a/libXaw3dXft/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/libXaw3dXft/receipt	Mon Jan 27 09:05:27 2020 +0100
     1.3 @@ -1,27 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libXaw3dXft"
     1.7 -VERSION="1.6.2c"
     1.8 +VERSION="1.6.2e"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xpaint module"
    1.11 +SHORT_DESC="Xpaint module."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://sourceforge.net/projects/sf-xpaint/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"
    1.18 -HOST_ARCH="i486 arm"
    1.19  
    1.20  DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib"
    1.21  BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev"
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure \
    1.28 -		--enable-arrow-scrollbars \
    1.29 -		--enable-gray-stipples \
    1.30 -		--enable-multiplane-bitmaps \
    1.31 -	$CONFIGURE_ARGS && make && make install
    1.32 +	./configure				\
    1.33 +		--enable-arrow-scrollbars	\
    1.34 +		--enable-gray-stipples		\
    1.35 +		--enable-multiplane-bitmaps	\
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	make -j 1 &&
    1.38 +	make install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.