wok-stable diff mtools/receipt @ rev 11125
Up: xfsprogs to 3.1.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 20:24:02 2011 +0000 (2011-10-26) |
parents | 014c4d6d0533 |
children |
line diff
1.1 --- a/mtools/receipt Sun Oct 17 17:51:13 2010 +0000 1.2 +++ b/mtools/receipt Wed Oct 26 20:24:02 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mtools" 1.7 -VERSION="4.0.14" 1.8 +VERSION="4.0.16" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Access MS-DOS disk from *nix." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -18,8 +18,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr \ 1.15 $CONFIGURE_ARGS && 1.16 - make MYCFLAGS="-g -O2 -wall" mtools && 1.17 - make MYCFLAGS="-g -O2 -wall" install DESTDIR=$PWD/_pkg 1.18 + make MYCFLAGS="-g -O2 -wall" mtools && 1.19 + make -j1 MYCFLAGS="-g -O2 -wall" install DESTDIR=$DESTDIR 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.