wok rev 16078
ARM: add dosfstools
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 15 03:41:10 2014 +0100 (2014-03-15) |
parents | 3f4ec0a8d18d |
children | 5613d51e1fdf |
files | dosfstools/receipt |
line diff
1.1 --- a/dosfstools/receipt Sat Mar 15 02:32:20 2014 +0000 1.2 +++ b/dosfstools/receipt Sat Mar 15 03:41:10 2014 +0100 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