wok-current diff directfb/receipt @ rev 20836

updated directfb and directfb-dev (1.4.3 -> 1.7.7)
author Hans-G?nter Theisgen
date Wed Feb 20 14:23:55 2019 +0100 (2019-02-20)
parents d3eb5f4b53ea
children d40e85dce21f
line diff
     1.1 --- a/directfb/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.2 +++ b/directfb/receipt	Wed Feb 20 14:23:55 2019 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="directfb"
     1.7 -VERSION="1.4.3"
     1.8 +VERSION="1.7.7"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Thin library that provides hardware graphics acceleration."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 +WEB_SITE="http://www.directfb.org/"
    1.14 +
    1.15  SOURCE="DirectFB"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.directfb.org/"
    1.18 -WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-${VERSION%.*}/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20 +WGET_URL="http://sources.buildroot.net/$TARBALL"
    1.21  
    1.22  DEPENDS="libpng libjpeg freetype tslib zlib"
    1.23  BUILD_DEPENDS="libpng-dev jpeg-dev freetype-dev tslib-dev perl"
    1.24 +HOST_ARCH="i486 arm"
    1.25  
    1.26  # Handle cross compilation.
    1.27  case "$ARCH" in
    1.28 @@ -37,7 +38,8 @@
    1.29  		--sysconfdir=/etc \
    1.30  		--with-dither-rgb16=none \
    1.31  		$CONFIGURE_ARGS $ARCH_ARGS &&
    1.32 -	make && make DESTDIR=$DESTDIR install
    1.33 +	make -j 1 &&
    1.34 +	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.