# HG changeset patch # User Christophe Lincoln # Date 1394851270 -3600 # Node ID 236ff5a1c6f03da148e92c57dee915a799885ba0 # Parent 3f4ec0a8d18dc319ed8eb92cc844ce6e1d8f1955 ARM: add dosfstools diff -r 3f4ec0a8d18d -r 236ff5a1c6f0 dosfstools/receipt --- a/dosfstools/receipt Sat Mar 15 02:32:20 2014 +0000 +++ b/dosfstools/receipt Sat Mar 15 03:41:10 2014 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dosfstools" -VERSION="3.0.25" +VERSION="3.0.26" CATEGORY="system-tools" SHORT_DESC="Tools to create and check dos filesystems." MAINTAINER="pankso@slitaz.org" @@ -9,11 +9,11 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src make }