wok diff mtools/receipt @ rev 6509

Up: cromfs to 1.5.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 01 20:48:34 2010 +0000 (2010-10-01)
parents cde7fa93f1d6
children c189fe0fd8fc
line diff
     1.1 --- a/mtools/receipt	Sat Mar 14 15:40:12 2009 +0000
     1.2 +++ b/mtools/receipt	Fri Oct 01 20:48:34 2010 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mtools"
     1.7 -VERSION="3.9.11"
     1.8 +VERSION="4.0.11"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Access MS-DOS disk from *nix."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://mtools.linux.lu/"
    1.16  WGET_URL="http://mtools.linux.lu/$TARBALL"
    1.17  
    1.18 @@ -16,10 +16,9 @@
    1.19  	# Patching Makefile to avoid error on makeinfo
    1.20  	cd  $src
    1.21  	./configure --prefix=/usr \
    1.22 -		$CONFIGURE_ARGS &&
    1.23 -	patch -p1 -i ../stuff/mtools_makefile.patch &&
    1.24 -	make mtools &&
    1.25 -	make install DESTDIR=$PWD/_pkg
    1.26 +	$CONFIGURE_ARGS &&
    1.27 +	make  MYCFLAGS="-g -O2 -wall" mtools &&
    1.28 +	make  MYCFLAGS="-g -O2 -wall" install DESTDIR=$PWD/_pkg
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.