wok-4.x rev 832
Up: cairo (1.6.4)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 18 13:30:06 2008 +0200 (2008-05-18) |
parents | 89081567bb86 |
children | 2791deb2d4b4 |
files | cairo-dev/receipt cairo/receipt |
line diff
1.1 --- a/cairo-dev/receipt Sun May 18 13:27:44 2008 +0200 1.2 +++ b/cairo-dev/receipt Sun May 18 13:30:06 2008 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cairo-dev" 1.7 -VERSION="1.4.10" 1.8 +VERSION="1.6.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="2D graphics library devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/cairo/receipt Sun May 18 13:27:44 2008 +0200 2.2 +++ b/cairo/receipt Sun May 18 13:30:06 2008 +0200 2.3 @@ -1,10 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cairo" 2.7 -VERSION="1.4.10" 2.8 +VERSION="1.6.4" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="2D graphics library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 +DEPENDS="glib gtk+ pixman" 2.13 +BUILD_DEPENDS="glib-dev gtk+-dev pixman-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WEB_SITE="http://www.cairographics.org/" 2.16 WGET_URL="http://cairographics.org/releases/$TARBALL" 2.17 @@ -13,8 +15,11 @@ 2.18 compile_rules() 2.19 { 2.20 cd $src 2.21 - ./configure --prefix=/usr --mandir=/usr/share/man \ 2.22 - --with-html-dir=/usr/share/doc $CONFIGURE_ARGS 2.23 + ./configure \ 2.24 + --prefix=/usr \ 2.25 + --mandir=/usr/share/man \ 2.26 + --with-html-dir=/usr/share/doc \ 2.27 + $CONFIGURE_ARGS 2.28 make 2.29 make DESTDIR=$PWD/_pkg install 2.30 } 2.31 @@ -24,5 +29,4 @@ 2.32 { 2.33 mkdir -p $fs/usr/lib 2.34 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.35 - strip --strip-unneeded $fs/usr/lib/* 2.36 }