wok-6.x rev 3456
Update: freetype1
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Jun 15 14:58:20 2009 +0000 (2009-06-15) |
parents | 65ca24a53b62 |
children | 1eb70625402e |
files | freetype1-dev/receipt freetype1/receipt |
line diff
1.1 --- a/freetype1-dev/receipt Mon Jun 15 16:47:11 2009 +0000 1.2 +++ b/freetype1-dev/receipt Mon Jun 15 14:58:20 2009 +0000 1.3 @@ -12,8 +12,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 + # tazwok does not define _pkg correctly when both WANTED and SOURCE are set 1.8 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.9 + 1.10 mkdir -p $fs/usr/lib 1.11 - _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.12 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.13 cp -a $_pkg/usr/include $fs/usr 1.14 cp -a $_pkg/usr/share $fs/usr
2.1 --- a/freetype1/receipt Mon Jun 15 16:47:11 2009 +0000 2.2 +++ b/freetype1/receipt Mon Jun 15 14:58:20 2009 +0000 2.3 @@ -6,9 +6,11 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Freetype1 font engine." 2.6 MAINTAINER="rcx@zoominternet.net" 2.7 +DEPENDS="glibc-base" 2.8 +BUILD_DEPENDS="slitaz-toolchain" 2.9 TARBALL="$SOURCE-$VERSION.tar.gz" 2.10 WEB_SITE="http://www.freetype.org/" 2.11 -WGET_URL="http://superb-east.dl.sourceforge.net/sourceforge/freetype/$TARBALL" 2.12 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 2.13 2.14 # Rules to configure and make the package. 2.15 compile_rules() 2.16 @@ -22,6 +24,7 @@ 2.17 --mandir=$PWD/_pkg/usr/share/man \ 2.18 --includedir=$PWD/_pkg/usr/include \ 2.19 --libdir=$PWD/_pkg/usr/lib \ 2.20 + --with-x --enable-gif \ 2.21 $CONFIGURE_ARGS && 2.22 make ttlib ttpo || return 1 2.23