dosfstools change actions.py
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tools to create and check DOS and VFAT filesystems</Summary>
|
||||
<Description>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</Description>
|
||||
<Archive type="targz" sha1sum="db39f667c3cb51bdf321f07f9cf17c726ca50323">https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.gz</Archive>
|
||||
<Archive type="tarxz" sha1sum="9e91fb0a4bb4b734aea6baefefd3ad86ab657018">https://github.com/dosfstools/dosfstools/releases/download/v4.0/dosfstools-4.0.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -26,10 +26,10 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-28</Date>
|
||||
<Version>4.1</Version>
|
||||
<Date>2017-01-29</Date>
|
||||
<Version>4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
|
||||
Reference in New Issue
Block a user