diff --git a/hardware/disk/dosfstools/actions.py b/hardware/disk/dosfstools/actions.py
index 437983c0ca..6c01122f19 100644
--- a/hardware/disk/dosfstools/actions.py
+++ b/hardware/disk/dosfstools/actions.py
@@ -7,8 +7,18 @@
from pisi.actionsapi import get
from pisi.actionsapi import autotools
+
+def setup():
+ autotools.configure("--prefix=/usr \
+ --libexecdir=/usr/lib \
+ --sbindir=/usr/bin \
+ --mandir=/usr/share/man \
+ --docdir=/usr/share/doc/dosfstools \
+ --enable-compat-symlinks")
+
def build():
- autotools.make("CFLAGS='%s -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing'" % get.CFLAGS())
+ #autotools.autoreconf("--enable-compat-symlinks")
+ autotools.make()
def install():
- autotools.rawInstall("DESTDIR=%s install-bin install-man PREFIX=%s SBINDIR=/sbin" % (get.installDIR(), get.defaultprefixDIR()))
+ autotools.install()
diff --git a/hardware/disk/dosfstools/pspec.xml b/hardware/disk/dosfstools/pspec.xml
index 9a422261ec..06cb78b618 100644
--- a/hardware/disk/dosfstools/pspec.xml
+++ b/hardware/disk/dosfstools/pspec.xml
@@ -12,7 +12,7 @@
app:console
Tools to create and check DOS and VFAT filesystems
The dosfstools package includes the DOS and VFAT filesystem utilities like mkdosfs, mkfs.msdos, mkfs.vfat, dosfsck, dosfslabel. You can create and check MS-DOS FAT filesystems on hard drives or on floppies
- https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.gz
+ https://github.com/dosfstools/dosfstools/releases/download/v4.0/dosfstools-4.0.tar.xz
@@ -26,10 +26,10 @@
- 2017-01-28
- 4.1
+ 2017-01-29
+ 4.0
Version bump.
- Stefan Gronewold(groni)
+ Stefan Gronewold
groni@pisilinux.org