wok-6.x diff freetype/receipt @ rev 14225

freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 16:18:40 2013 +0000 (2013-03-21)
parents 19ade3a2cc9c
children e9a4503b4331
line diff
     1.1 --- a/freetype/receipt	Tue Apr 24 22:35:37 2012 +0200
     1.2 +++ b/freetype/receipt	Thu Mar 21 16:18:40 2013 +0000
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freetype"
     1.7 -VERSION="2.4.9"
     1.8 +VERSION="2.4.11"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Freetype font engine."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.freetype.org/"
    1.14  WGET_URL="http://download.savannah.gnu.org/releases/freetype/$TARBALL"
    1.15 -DEPENDS="zlib"
    1.16 +
    1.17 +DEPENDS="slitaz-base-files zlib"
    1.18 +BUILD_DEPENDS="bzip2-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	./configure \
    1.25  		--sysconfdir=/etc \
    1.26 -		--prefix=/usr \
    1.27 -		--mandir=/usr/share/man \
    1.28 +		--disable-static \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make && make install
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.