Merge pull request #508 from ertugerata/master

update make and flex
This commit is contained in:
Ertuğrul Erata
2017-01-24 13:41:26 +02:00
committed by GitHub
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ def install():
pisitools.dosym("flex", "/usr/bin/lex")
pisitools.dodoc("NEWS", "README")
pisitools.dodoc("NEWS", "README*")
+8 -1
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="8008eb0e4ccc634c334ac1d9e04716be2ba527a9" type="targz">https://github.com/westes/flex/releases/download/v2.6.3/flex-2.6.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>patch</Dependency>
<Dependency>texinfo</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-01-24</Date>
<Version>2.6.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2016-10-05</Date>
<Version>2.6.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<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>
<Archive sha1sum="6379dc729d757971e31c8267bd5e51f6d598090e" type="targz">mirrors://gnu/make/make-4.1.tar.gz</Archive>
<Archive sha1sum="7d9d11eb36cfb752da1fb11bb3e521d2a3cc8830" type="tarbz2">mirrors://gnu/make/make-4.2.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>gnuconfig</Dependency>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-24</Date>
<Version>4.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>4.1</Version>