wok-stable diff cairomm/receipt @ rev 10024
glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 18:19:46 2011 +0200 (2011-05-19) |
parents | 45acb69c4967 |
children | 4094c708495a |
line diff
1.1 --- a/cairomm/receipt Thu Apr 07 23:15:40 2011 +0000 1.2 +++ b/cairomm/receipt Thu May 19 18:19: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 -