make-4.4.1
This commit is contained in:
@@ -11,8 +11,7 @@ from pisi.actionsapi import pisitools
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.system("sed -i '211,217 d; 219,229 d; 232 d' lib/glob.c")
|
#shelltools.system("sed -i '211,217 d; 219,229 d; 232 d' lib/glob.c")
|
||||||
autotools.configure("--enable-nls \
|
autotools.configure("--enable-nls --program-prefix=g")
|
||||||
--program-prefix=g")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>make</Name>
|
<Name>make</Name>
|
||||||
<Homepage>http://www.gnu.org/software/make/make.html</Homepage>
|
<Homepage>https://www.gnu.org/software/make/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Standard tool to compile source trees</Summary>
|
<Summary>Standard tool to compile source trees</Summary>
|
||||||
<Description>Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program</Description>
|
<Description>Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program</Description>
|
||||||
<Archive sha1sum="02910501c2065479c6c7a4855b6ecdf3ac4464d8" type="targz">mirrors://gnu/make/make-4.4.tar.gz</Archive>
|
<Archive sha1sum="5ca41d365c35a4ded07d616190baf38814c25f2a" type="targz">mirrors://gnu/make/make-4.4.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>texinfo</Dependency>
|
<Dependency>texinfo</Dependency>
|
||||||
<Dependency>gettext</Dependency>
|
<Dependency>gettext</Dependency>
|
||||||
@@ -22,14 +22,14 @@
|
|||||||
<!-- <Dependency>guile-devel</Dependency> -->
|
<!-- <Dependency>guile-devel</Dependency> -->
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch>make-4.4-sigpipe.patch</Patch>
|
<!-- <Patch>make-4.4-sigpipe.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>make</Name>
|
<Name>make</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<!--Dependency>guile</Dependency-->
|
<!-- <Dependency>guile</Dependency> -->
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
@@ -42,6 +42,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2023-03-13</Date>
|
||||||
|
<Version>4.4.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2023-02-09</Date>
|
<Date>2023-02-09</Date>
|
||||||
<Version>4.4</Version>
|
<Version>4.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user