wok diff dosfstools/receipt @ rev 18017

ppp:add ppp.cgi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 16:52:55 2015 +0200 (2015-05-02)
parents ab4f9919d9f4
children abecef518624
line diff
     1.1 --- a/dosfstools/receipt	Mon Jan 27 11:23:53 2014 +0000
     1.2 +++ b/dosfstools/receipt	Sat May 02 16:52:55 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dosfstools"
     1.7 -VERSION="3.0.25"
     1.8 +VERSION="3.0.26"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Tools to create and check dos filesystems."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,11 +9,11 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools"
    1.15  WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL"
    1.16 +HOST_ARCH="i486 arm"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -	cd $src
    1.22  	make
    1.23  }
    1.24