wok-4.x rev 10325
extrema: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 00:28:28 2011 +0000 (2011-05-22) |
parents | 42b844028fd8 |
children | 704351b90408 |
files | extrema/receipt |
line diff
1.1 --- a/extrema/receipt Sun May 22 00:21:45 2011 +0000 1.2 +++ b/extrema/receipt Sun May 22 00:28:28 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.