# HG changeset patch # User Christopher Rogers # Date 1306031067 0 # Node ID c3cb3e39825dc9ac4ce10e568fb09ce051daa639 # Parent 7f4ee0588d9b19153a9ab486d3782d6e28c10644 shared-mime-info: Add $CONFIGURE_ARGS. diff -r 7f4ee0588d9b -r c3cb3e39825d shared-mime-info/receipt --- a/shared-mime-info/receipt Sun May 22 01:34:28 2011 +0000 +++ b/shared-mime-info/receipt Sun May 22 02:24:27 2011 +0000 @@ -5,20 +5,20 @@ CATEGORY="x-window" SHORT_DESC="Core database of common types and the *update-mime-database*." MAINTAINER="pankso@slitaz.org" -DEPENDS="glib libxml2 zlib" -BUILD_DEPENDS="perl-xml-parser glib glib-dev libxml2-dev intltool pkg-config" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" WGET_URL="http://freedesktop.org/~hadess/$TARBALL" LOCALE="" +DEPENDS="glib libxml2 zlib" +BUILD_DEPENDS="perl-xml-parser glib glib-dev libxml2-dev intltool pkg-config" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure && - make -j1 && - make -j1 DESTDIR=$DESTDIR install + ./configure $CONFIGURE_ARGS && + make -j1 && make -j1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.