sync with lfs stable

This commit is contained in:
Ertuğrul Erata
2017-12-06 10:19:17 +03:00
parent 1b2e99c75e
commit b9b598143a
7 changed files with 50 additions and 8 deletions
+8 -1
View File
@@ -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="c279b35ca6c410809dac8ade143b805fb48b7655" type="tarxz">mirrors://gnu/automake/automake-1.15.tar.xz</Archive>
<Archive sha1sum="45632d466c16ecf18d9c18dc4be883cde59acb59" type="tarxz">mirrors://gnu/automake/automake-1.15.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>autoconf</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>1.15.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>1.15</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A unit test framework for C</Summary>
<Description>check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.</Description>
<Archive sha1sum="35d3a53446aea7b21a770faedb358d0fc7cba76d" type="targz">mirrors://sourceforge/check/0.10/check-0.10.0.tar.gz</Archive>
<Archive sha1sum="47cd68296182270b2fd6951b5dc2d0173d21e1c9" type="targz">https://github.com/libcheck/check/releases/download/0.11.0/check-0.11.0.tar.gz</Archive>
</Source>
<Package>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>0.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>0.10.0</Version>
+4 -1
View File
@@ -17,6 +17,9 @@ def setup():
# do not enable nls http://bugs.gentoo.org/121408
autotools.configure("--disable-nls \
--disable-dependency-tracking")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make("-j1")
@@ -26,4 +29,4 @@ def install():
pisitools.dosym("flex", "/usr/bin/lex")
pisitools.dodoc("NEWS", "README")
pisitools.dodoc("NEWS", "README.md")
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>GNU lexical analyser generator</Summary>
<Description>Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text</Description>
<Archive sha1sum="f344d892aee6eb512c9b613a6b7feab2dbcc1200" type="tarxz">https://github.com/westes/flex/releases/download/v2.6.1/flex-2.6.1.tar.xz</Archive>
<Archive sha1sum="fafece095a0d9890ebd618adb1f242d8908076e1" type="targz">https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>patch</Dependency>
<Dependency>texinfo</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="6">
<Date>2017-12-06</Date>
<Version>2.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2017-02-17</Date>
<Version>2.6.1</Version>
@@ -72,4 +79,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>