base rebuild

This commit is contained in:
Rmys
2020-12-16 21:24:09 +03:00
parent f55ae23fff
commit 7e6898f64f
207 changed files with 18742 additions and 636 deletions
+14 -7
View File
@@ -9,22 +9,29 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
bindir = "/usr/bin32" if get.buildTYPE() == "emul32" else "/usr/bin"
def setup():
options = "--enable-shared"
if not get.buildTYPE() == "emul32":
options += " --libdir=/usr/lib"
options = " --enable-shared \
--bindir=%s \
" % ( bindir)
if get.buildTYPE() == "emul32":
options += " --libdir=/usr/lib32 \
"
autotools.autoreconf("-fiv")
autotools.configure(options)
def build():
autotools.make()
autotools.make("-j1")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
#pisitools.remove("/usr/lib32/*.a")
pisitools.removeDir("/usr/bin32")
return
#pisitools.remove("/usr/lib/*.a")
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>The Nettle package contains the low-level cryptographic library</Summary>
<Description>The Nettle package contains the low-level cryptographic library that is designed to fit easily in many contexts.</Description>
<Archive sha1sum="077a71eef4a62acc4480ff7e2051f806b1724ea2" type="targz">ftp://ftp.gnu.org/gnu/nettle/nettle-3.5.1.tar.gz</Archive>
<Archive sha1sum="22e48a4d232ccd26ba8303709f2222b422a8827d" type="targz">ftp://ftp.gnu.org/gnu/nettle/nettle-3.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
</BuildDependencies>
@@ -64,7 +64,14 @@
</Package>
<History>
<Update release="5">
<Update release="6">
<Date>2020-12-09</Date>
<Version>3.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2019-12-26</Date>
<Version>3.5.1</Version>
<Comment>Version bump</Comment>