sync with lfs stable
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user