wok-6.x rev 10279
aiksaurus: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 16:32:57 2011 +0000 (2011-05-21) |
parents | a191489eb509 |
children | 9f14db5de762 |
files | aiksaurus/receipt |
line diff
1.1 --- a/aiksaurus/receipt Sat May 21 16:29:28 2011 +0000 1.2 +++ b/aiksaurus/receipt Sat May 21 16:32:57 2011 +0000 1.3 @@ -5,18 +5,19 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="A cross-platform, open-source thesaurus." 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 -DEPENDS="gtk+ expat xorg-libXau glib" 1.8 -BUILD_DEPENDS="gtk+-dev patch expat-dev xorg-libXau-dev glib-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://aiksaurus.sourceforge.net/" 1.11 WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="gtk+ expat xorg-libXau glib" 1.14 +BUILD_DEPENDS="gtk+-dev patch expat-dev xorg-libXau-dev glib-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 patch -Np0 -i $stuff/aiksaurus-gcc44.patch 1.21 - ./configure --with-gtk && 1.22 + ./configure --with-gtk $CONFIGURE_ARGS && 1.23 make && make -j1 DESTDIR=$DESTDIR install 1.24 } 1.25