change issues

This commit is contained in:
groni
2017-01-28 19:56:23 +01:00
parent 5900334cd9
commit c413f0a2de
6 changed files with 19 additions and 14 deletions
+6 -1
View File
@@ -8,7 +8,12 @@ from pisi.actionsapi import get
from pisi.actionsapi import autotools
def build():
autotools.make("CFLAGS='%s -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing'" % get.CFLAGS())
autotools.make("--prefix=/usr \
--libexecdir=/usr/lib \
--sbindir=/usr/bin \
--mandir=/usr/share/man -\
--docdir=/usr/share/doc/dosfstools \
--enable-compat-symlinks")
def install():
autotools.rawInstall("DESTDIR=%s install-bin install-man PREFIX=%s SBINDIR=/sbin" % (get.installDIR(), get.defaultprefixDIR()))
+1
View File
@@ -16,6 +16,7 @@
<Archive sha1sum="55b3bf7b546e21518ec99a0e145b1bb27367a1b6" type="tarxz">https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.25/reiserfsprogs-3.6.25.tar.xz</Archive>
<BuildDependencies>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
</BuildDependencies>
</Source>
+1 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Utilities for devices that use SCSI command sets</Summary>
<Description>sg3_utils is a collection of Linux utilities for devices that use the SCSI command set. Includes utilities to copy data based on dd syntax and semantics, check INQUIRY data and VPD pages, check mode and log pages, spin up/down disks, do self tests and various other functions.</Description>
<Archive sha1sum="e3fca1602a32376ffc90063dbaa08be740844ac1" type="tarxz">https://github.com/hreinecke/sg3_utils/archive/v1.42.tar.gz</Archive>
<Archive sha1sum="e3fca1602a32376ffc90063dbaa08be740844ac1" type="targz">https://github.com/hreinecke/sg3_utils/archive/v1.42.tar.gz</Archive>
</Source>
<Package>
+8 -3
View File
@@ -12,9 +12,14 @@ from pisi.actionsapi import get
def setup():
shelltools.touch("ChangeLog")
autotools.autoreconf("-fi")
autotools.configure("--with-libcap-ng=yes \
--enable-drivedb \
--with-systemdsystemunitdir=no")
autotools.configure("--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
--with-drivedbdir \
--with-libcap-ng=yes \
--with-smartdscriptdir=/usr/share/smartmontools \
--with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
--with-systemdsystemunitdir=no")
def build():
autotools.make("CXXFLAGS='%s -fpie'" % get.CXXFLAGS())
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "sshfs-fuse-%s" % get.srcVERSION()
#WorkDir = "sshfs-fuse-%s" % get.srcVERSION()
def setup():
autotools.configure("--disable-sshnodelay")