wok rev 18356

Add harfbuzz-icu (depend on icu: 28.6M !)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 14 17:40:52 2015 +0200 (2015-09-14)
parents b63f49cad2a3
children 593dbe25f7d7
files harfbuzz-dev/receipt harfbuzz-icu/receipt harfbuzz/receipt
line diff
     1.1 --- a/harfbuzz-dev/receipt	Mon Sep 14 12:13:40 2015 -0300
     1.2 +++ b/harfbuzz-dev/receipt	Mon Sep 14 17:40:52 2015 +0200
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="harfbuzz development files"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
     1.8  WANTED="harfbuzz"
     1.9 -WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/harfbuzz-icu/receipt	Mon Sep 14 17:40:52 2015 +0200
     2.3 @@ -0,0 +1,35 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="harfbuzz-icu"
     2.7 +VERSION="1.0.3"
     2.8 +CATEGORY="system-tools"
     2.9 +SHORT_DESC="OpenType text shaping engine with icu support"
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
    2.14 +WGET_URL="http://www.freedesktop.org/software/harfbuzz/release/$TARBALL"
    2.15 +PROVIDE="harfbuzz"
    2.16 +
    2.17 +DEPENDS="glib freetype icu"
    2.18 +BUILD_DEPENDS="glib-dev freetype-dev icu-dev"
    2.19 +
    2.20 +# Rules to configure and make the package.
    2.21 +compile_rules()
    2.22 +{
    2.23 +	./configure \
    2.24 +		--with-glib \
    2.25 +		--with-freetype \
    2.26 +		--with-gobject \
    2.27 +		--with-icu=yes \
    2.28 +		$CONFIGURE_ARGS && 
    2.29 +	make && make install
    2.30 +}
    2.31 +
    2.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.33 +genpkg_rules()
    2.34 +{
    2.35 +	mkdir -p $fs/usr/lib
    2.36 +	cp -a $install/usr/bin $fs/usr
    2.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.38 +}
     3.1 --- a/harfbuzz/receipt	Mon Sep 14 12:13:40 2015 -0300
     3.2 +++ b/harfbuzz/receipt	Mon Sep 14 17:40:52 2015 +0200
     3.3 @@ -10,8 +10,8 @@
     3.4  WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
     3.5  WGET_URL="http://www.freedesktop.org/software/harfbuzz/release/$TARBALL"
     3.6  
     3.7 -DEPENDS="glib freetype icu"
     3.8 -BUILD_DEPENDS="glib-dev freetype-dev icu-dev"
     3.9 +DEPENDS="glib freetype"
    3.10 +BUILD_DEPENDS="glib-dev freetype-dev"
    3.11  
    3.12  # Rules to configure and make the package.
    3.13  compile_rules()
    3.14 @@ -20,6 +20,7 @@
    3.15  		--with-glib \
    3.16  		--with-freetype \
    3.17  		--with-gobject \
    3.18 +		--with-icu=no \
    3.19  		$CONFIGURE_ARGS && 
    3.20  	make && make install
    3.21  }