sync with lfs

This commit is contained in:
Ertuğrul Erata
2015-06-05 23:51:58 +03:00
parent dd4e692248
commit efd16ea985
6 changed files with 44 additions and 9 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("-j1 check diffout")
#def check():
# autotools.make("-j1 check diffout")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+10 -3
View File
@@ -12,13 +12,13 @@
<IsA>app:console</IsA>
<Summary>GNU awk pattern-matching language</Summary>
<Description>The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It helps you to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. Gawk is the GNU implementation of awk.</Description>
<Archive sha1sum="547feb48d20e923aff58daccee97c94e047fdc18" type="tarxz">http://ftp.gnu.org/gnu/gawk/gawk-4.1.1.tar.xz</Archive>
<Archive sha1sum="76b0acbbdeaa0e58466675c5faf68895eedd8306" type="tarxz">ftp://mirrors.kernel.org/gnu/gawk/gawk-4.1.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">gawk-4.1.1-sandbox_issue.patch</Patch>
<Patch level="1">gawk-4.1.1-sigpipe.patch</Patch>
<!--<Patch level="1">gawk-4.1.1-sandbox_issue.patch</Patch>
<Patch level="1">gawk-4.1.1-sigpipe.patch</Patch>-->
</Patches>
</Source>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="7">
<Date>2015-06-05</Date>
<Version>4.1.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="6">
<Date>2014-05-11</Date>
<Version>4.1.1</Version>