wok diff dosfstools/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
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 Apr 04 10:31:10 2015 -0400
     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