devel rebuild
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#ver = "1.14"
|
||||
|
||||
def setup():
|
||||
shelltools.system("""sed -i "s/''/etags/" t/tags-lisp-space.sh""")
|
||||
#autotools.autoreconf("-fi")
|
||||
autotools.configure()
|
||||
|
||||
@@ -18,7 +20,7 @@ def build():
|
||||
autotools.make()
|
||||
|
||||
#def check():
|
||||
# autotools.make("check")
|
||||
#autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards</Summary>
|
||||
<Description>Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.</Description>
|
||||
<Archive sha1sum="1012bc79956013d53da0890f8493388a6cb20831" type="tarxz">mirrors://gnu/automake/automake-1.16.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f87fd355c6142e4e87d7a69702697f3a30c922d8" type="tarxz">mirrors://gnu/automake/automake-1.16.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>autoconf</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>1.16.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-10-01</Date>
|
||||
<Version>1.16.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user