oniguruma 6.9.5 rev1

This commit is contained in:
Rmys
2020-06-08 15:38:46 +03:00
committed by GitHub
parent ad3b8408a7
commit 42f07a10e4
2 changed files with 6 additions and 2 deletions
+3 -2
View File
@@ -12,9 +12,10 @@ from pisi.actionsapi import shelltools
WorkDir = "onig-%s" %get.srcVERSION()
def setup():
autotools.autoreconf("-vfi")
autotools.configure()
autotools.configure("--enable-posix-api \
--disable-silent-rules \
--disable-static")
def build():
+3
View File
@@ -13,6 +13,9 @@
<Summary>A regular expressions library</Summary>
<Description>Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages.</Description>
<Archive sha1sum="e0e6320303dfedf70b76f30da959d8dea61b72f2" type="targz">https://github.com/kkos/oniguruma/releases/download/v6.9.5_rev1/onig-6.9.5-rev1.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
</Source>
<Package>