oniguruma 6.9.5 rev1
This commit is contained in:
@@ -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():
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user