wok rev 1999
Up: cairo (1.8.4)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 08 20:14:51 2009 +0100 (2009-01-08) |
parents | 7d71efb4fc3b |
children | 97b0cb0f1f38 |
files | cairo-dev/receipt cairo/receipt |
line diff
1.1 --- a/cairo-dev/receipt Thu Jan 08 20:14:07 2009 +0100 1.2 +++ b/cairo-dev/receipt Thu Jan 08 20:14:51 2009 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cairo-dev" 1.7 -VERSION="1.6.4" 1.8 +VERSION="1.8.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="2D graphics library devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,8 +11,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 + mkdir -p $fs/usr/lib 1.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $_pkg/usr/include $fs/usr 1.24 }
2.1 --- a/cairo/receipt Thu Jan 08 20:14:07 2009 +0100 2.2 +++ b/cairo/receipt Thu Jan 08 20:14:51 2009 +0100 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cairo" 2.7 -VERSION="1.6.4" 2.8 +VERSION="1.8.4" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="2D graphics library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="glib pixman" 2.13 -BUILD_DEPENDS="pixman-dev" 2.14 +DEPENDS="glib pixman libpng zlib" 2.15 +BUILD_DEPENDS="pkg-config pixman-dev libpng-dev zlib-dev fontconfig-dev" 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 WEB_SITE="http://www.cairographics.org/" 2.18 WGET_URL="http://cairographics.org/releases/$TARBALL" 2.19 @@ -14,14 +14,14 @@ 2.20 # Rules to configure and make the package. 2.21 compile_rules() 2.22 { 2.23 - cd $src 2.24 - ./configure \ 2.25 - --prefix=/usr \ 2.26 - --mandir=/usr/share/man \ 2.27 - --with-html-dir=/usr/share/doc \ 2.28 - $CONFIGURE_ARGS 2.29 - make 2.30 - make DESTDIR=$PWD/_pkg install 2.31 + cd $src 2.32 + ./configure \ 2.33 + --prefix=/usr \ 2.34 + --mandir=/usr/share/man \ 2.35 + --with-html-dir=/usr/share/doc \ 2.36 + $CONFIGURE_ARGS 2.37 + make 2.38 + make DESTDIR=$PWD/_pkg install 2.39 } 2.40 2.41 # Rules to gen a SliTaz package suitable for Tazpkg.