# HG changeset patch # User Christopher Rogers # Date 1305995577 0 # Node ID affc0ad88f4c2835a0768ee25eb6c524458c1301 # Parent a191489eb5098f9fbd8b615c4b44c4265cd06519 aiksaurus: Add $CONFIGURE_ARGS. diff -r a191489eb509 -r affc0ad88f4c aiksaurus/receipt --- a/aiksaurus/receipt Sat May 21 16:29:28 2011 +0000 +++ b/aiksaurus/receipt Sat May 21 16:32:57 2011 +0000 @@ -5,18 +5,19 @@ CATEGORY="system-tools" SHORT_DESC="A cross-platform, open-source thesaurus." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="gtk+ expat xorg-libXau glib" -BUILD_DEPENDS="gtk+-dev patch expat-dev xorg-libXau-dev glib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://aiksaurus.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" +DEPENDS="gtk+ expat xorg-libXau glib" +BUILD_DEPENDS="gtk+-dev patch expat-dev xorg-libXau-dev glib-dev" + # Rules to configure and make the package. compile_rules() { cd $src patch -Np0 -i $stuff/aiksaurus-gcc44.patch - ./configure --with-gtk && + ./configure --with-gtk $CONFIGURE_ARGS && make && make -j1 DESTDIR=$DESTDIR install }