wok diff harfbuzz/receipt @ rev 21174

updated libev and libev-dev (4.04 -> 4.25)
author Hans-G?nter Theisgen
date Mon Apr 01 16:56:17 2019 +0100 (2019-04-01)
parents 33da78f5fc46
children 194d28e90087
line diff
     1.1 --- a/harfbuzz/receipt	Mon Nov 28 16:29:29 2016 +0100
     1.2 +++ b/harfbuzz/receipt	Mon Apr 01 16:56:17 2019 +0100
     1.3 @@ -1,35 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="harfbuzz"
     1.7 -VERSION="1.2.7"
     1.8 +VERSION="2.3.1"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="OpenType text shaping engine"
    1.11 +SHORT_DESC="OpenType text shaping engine."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.freedesktop.org/wiki/Software/HarfBuzz/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WGET_URL="https://www.freedesktop.org/software/harfbuzz/release/$TARBALL"
    1.18 +WGET_URL="https://www.freedesktop.org/software/$PACKAGE/release/$TARBALL"
    1.19 +
    1.20 +DEPENDS="cairo freetype glib libffi pcre"
    1.21 +BUILD_DEPENDS="cairo-dev fontconfig-dev freetype-dev glib-dev"
    1.22  HOST_ARCH="i486 arm"
    1.23  
    1.24 -DEPENDS="glib cairo freetype libffi pcre"
    1.25 -BUILD_DEPENDS="glib-dev cairo-dev fontconfig-dev freetype-dev"
    1.26 -
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure \
    1.31 -		--with-glib \
    1.32 -		--with-freetype \
    1.33 -		--with-gobject \
    1.34 -		--with-icu=no \
    1.35 +	./configure		\
    1.36 +		--with-freetype	\
    1.37 +		--with-glib	\
    1.38 +		--with-gobject	\
    1.39 +		--with-icu=no	\
    1.40  		$CONFIGURE_ARGS &&
    1.41 -	make && make install
    1.42 +	make -j 1 &&
    1.43 +	make install
    1.44  }
    1.45  
    1.46  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.47  genpkg_rules()
    1.48  {
    1.49  	mkdir -p $fs/usr/lib
    1.50 -	#cp -a $install/usr/bin $fs/usr
    1.51 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.52 +
    1.53 +	#cp -a $install/usr/bin		$fs/usr
    1.54 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.55  }