@@ -8,12 +8,7 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
def build():
|
||||
autotools.make("--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--sbindir=/usr/bin \
|
||||
--mandir=/usr/share/man -\
|
||||
--docdir=/usr/share/doc/dosfstools \
|
||||
--enable-compat-symlinks")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s install-bin install-man PREFIX=%s SBINDIR=/sbin" % (get.installDIR(), get.defaultprefixDIR()))
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency>e2fsprogs-devel</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ def setup():
|
||||
--with-drivedbdir \
|
||||
--with-libcap-ng=yes \
|
||||
--with-smartdscriptdir=/usr/share/smartmontools \
|
||||
--with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
|
||||
--with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d \
|
||||
--with-systemdsystemunitdir=no")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -19,4 +19,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("NEWS","README","ChangeLog")
|
||||
pisitools.dodoc("AUTHORS","COPYING","ChangeLog")
|
||||
|
||||
Reference in New Issue
Block a user