wok-stable rev 10340
shared-mime-info: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 02:24:27 2011 +0000 (2011-05-22) |
parents | 7f4ee0588d9b |
children | 573a3ad4609a |
files | shared-mime-info/receipt |
line diff
1.1 --- a/shared-mime-info/receipt Sun May 22 01:34:28 2011 +0000 1.2 +++ b/shared-mime-info/receipt Sun May 22 02:24:27 2011 +0000 1.3 @@ -5,20 +5,20 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Core database of common types and the *update-mime-database*." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glib libxml2 zlib" 1.8 -BUILD_DEPENDS="perl-xml-parser glib glib-dev libxml2-dev intltool pkg-config" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" 1.11 WGET_URL="http://freedesktop.org/~hadess/$TARBALL" 1.12 LOCALE="" 1.13 1.14 +DEPENDS="glib libxml2 zlib" 1.15 +BUILD_DEPENDS="perl-xml-parser glib glib-dev libxml2-dev intltool pkg-config" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure && 1.22 - make -j1 && 1.23 - make -j1 DESTDIR=$DESTDIR install 1.24 + ./configure $CONFIGURE_ARGS && 1.25 + make -j1 && make -j1 DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.