wok diff shared-mime-info/receipt @ rev 10974

Up: scummvm to 1.3.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:42:58 2011 +0000 (2011-10-12)
parents 0bcdacf3c572
children 208265e35b96
line diff
     1.1 --- a/shared-mime-info/receipt	Sat Feb 05 16:33:30 2011 +0000
     1.2 +++ b/shared-mime-info/receipt	Wed Oct 12 12:42:58 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.