wok diff freetype1/receipt @ rev 4589

Add linmodem-intel537
author Rohit Joshi <jozee@slitaz.org>
date Thu Dec 10 13:28:27 2009 +0000 (2009-12-10)
parents 22feedab4b8f
children 28148b876a49
line diff
     1.1 --- a/freetype1/receipt	Thu May 21 10:00:14 2009 +0000
     1.2 +++ b/freetype1/receipt	Thu Dec 10 13:28:27 2009 +0000
     1.3 @@ -6,9 +6,11 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Freetype1 font engine."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +DEPENDS="glibc-base"
     1.8 +BUILD_DEPENDS="slitaz-toolchain"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.freetype.org/"
    1.11 -WGET_URL="http://superb-east.dl.sourceforge.net/sourceforge/freetype/$TARBALL"
    1.12 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16 @@ -22,6 +24,7 @@
    1.17  		--mandir=$PWD/_pkg/usr/share/man \
    1.18  		--includedir=$PWD/_pkg/usr/include \
    1.19  		--libdir=$PWD/_pkg/usr/lib \
    1.20 +		--with-x --enable-gif \
    1.21  		$CONFIGURE_ARGS &&
    1.22  	make ttlib ttpo || return 1
    1.23