wok-stable diff extrema/receipt @ rev 10425
pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 13:52:23 2011 +0000 (2011-05-24) |
parents | d1846ea90ecb |
children | 6b906ae89aad |
line diff
1.1 --- a/extrema/receipt Tue Apr 12 14:36:42 2011 +0000 1.2 +++ b/extrema/receipt Tue May 24 13:52:23 2011 +0000 1.3 @@ -6,19 +6,21 @@ 1.4 SHORT_DESC="Powerful visualization and data analysis tool." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -DEPENDS="gtk+ wxWidgets xorg-libXxf86vm libxml2" 1.8 WEB_SITE="http://exsitewebware.com/extrema/" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 TAGS="data visualization analysis" 1.11 1.12 +DEPENDS="gtk+ wxWidgets xorg-libXxf86vm libxml2" 1.13 +BUILD_DEPENDS="gtk+-dev" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 ./configure \ 1.20 - --enable-shared && 1.21 - make && 1.22 - make install 1.23 + --enable-shared \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.