oniguruma-6.9.10

This commit is contained in:
uglyside
2025-02-07 09:44:54 +03:00
parent f769f0c38b
commit 49980896a1
2 changed files with 28 additions and 23 deletions
+13 -13
View File
@@ -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")
+15 -10
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>oniguruma</Name>
@@ -8,24 +8,21 @@
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Packager>
<License>BSD</License>
<License>BSDv2</License>
<IsA>library</IsA>
<Summary>A regular expressions library</Summary>
<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="7a1eb358ce44d2efeb3ae8ebb0c6f437708972b2" type="targz">https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.7.1.tar.gz</Archive>
<Archive sha1sum="bcada943679fa8cecfe359e57d785da9430dcdbc" type="targz">https://github.com/kkos/oniguruma/releases/download/v6.9.10/onig-6.9.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<Dependency>gettext</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>oniguruma</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
@@ -36,12 +33,20 @@
<Dependency release="current">oniguruma</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/onig-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2025-02-07</Date>
<Version>6.9.10</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-10-09</Date>
<Version>6.9.7.1</Version>