wok-6.x rev 12549
cairo: update bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 27 15:34:15 2012 +0200 (2012-04-27) |
parents | ad4f8bdcc3d6 |
children | ab4e237c956b |
files | cairo/receipt |
line diff
1.1 --- a/cairo/receipt Thu Apr 26 21:04:05 2012 +0200 1.2 +++ b/cairo/receipt Fri Apr 27 15:34:15 2012 +0200 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="2D graphics library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ 1.8 -xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util libxcb" 1.9 -BUILD_DEPENDS="pkg-config" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.cairographics.org/" 1.12 WGET_URL="http://cairographics.org/releases/$TARBALL" 1.13 1.14 +DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ 1.15 +xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util libxcb" 1.16 +BUILD_DEPENDS="pkg-config expat-dev libpng-dev libgio-dev glib-dev libxcb-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -25,13 +26,12 @@ 1.22 --enable-tee \ 1.23 --disable-static \ 1.24 $CONFIGURE_ARGS && 1.25 - make $MAKEFLAGS && 1.26 - make DESTDIR=$PWD/_pkg install 1.27 + make $MAKEFLAGS && make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr/lib 1.34 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.35 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 }