wok-6.x diff cairomm/receipt @ rev 9987
Add sic
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 23:33:46 2011 +0200 (2011-05-18) |
parents | 45acb69c4967 |
children | 4094c708495a |
line diff
1.1 --- a/cairomm/receipt Thu Apr 07 23:15:40 2011 +0000 1.2 +++ b/cairomm/receipt Wed May 18 23:33:46 2011 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="2D graphics library (mm)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="pixman cairo libsigc++ xcb-util gcc-lib-base" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.cairographics.org/" 1.10 WGET_URL="http://cairographics.org/releases/$TARBALL" 1.11 1.12 +DEPENDS="pixman cairo libsigc++ xcb-util" 1.13 +BUILD_DEPENDS="pixman-dev cairo-dev libsigc++-dev xcb-util-dev" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -23,4 +25,3 @@ 1.19 mkdir -p $fs/usr/lib 1.20 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.21 } 1.22 -