diff --git a/programming/misc/oniguruma/actions.py b/programming/misc/oniguruma/actions.py index 826137f3ba..cadbb3d612 100644 --- a/programming/misc/oniguruma/actions.py +++ b/programming/misc/oniguruma/actions.py @@ -1,27 +1,27 @@ #!/usr/bin/python # -*- coding: utf-8 -*- - +# # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools +from pisi.actionsapi import get -#WorkDir = "onig-%s" %get.srcVERSION() +i = ''.join([ + ' --prefix=/usr', + ' --enable-posix-api', + ' --enable-static=no', + ' --disable-silent-rules ' + ]) def setup(): - autotools.autoreconf("-vfi") - autotools.configure("--enable-posix-api \ - --disable-silent-rules \ - --disable-static") - + autotools.configure(i) def build(): autotools.make() - + def install(): autotools.rawInstall("DESTDIR=%s" %get.installDIR()) - - pisitools.dodoc("COPYING", "README*", "AUTHORS", "ChangeLog") + + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/programming/misc/oniguruma/pspec.xml b/programming/misc/oniguruma/pspec.xml index 005a1edfe5..6a3a52e9f2 100644 --- a/programming/misc/oniguruma/pspec.xml +++ b/programming/misc/oniguruma/pspec.xml @@ -1,5 +1,5 @@ - + oniguruma @@ -8,24 +8,21 @@ İdris Kalp idriskalp@gmail.com - BSD + BSDv2 library - A regular expressions library + A regular expressions library. Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages. - https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz + https://github.com/kkos/oniguruma/releases/download/v6.9.10/onig-6.9.10.tar.gz - gettext-devel + gettext oniguruma - /usr/bin /usr/lib - /usr/share/doc - /usr/share/ - /usr/share/man/man1 + /usr/share @@ -36,12 +33,20 @@ oniguruma + /usr/bin/onig-config /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig + + 2025-02-07 + 6.9.10 + Version bump. + İdris Kalp + idriskalp@gmail.com + 2021-10-09 6.9.7.1