re2:First release qt5-webengine

This commit is contained in:
Rmys
2018-05-22 16:04:04 +03:00
parent 9e1a1f93be
commit 6c0b96b3a0
7 changed files with 4091 additions and 1764 deletions
+4011 -1762
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
c00210fbd123081818970214837b7650be224632
385ba03ab99160a8df08ca1e540219bd4c596c12
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
96030f04a1d78400dc5d1f5b91b4c602e3a23150
f86d06dda3d4aa220d285ffc3e063339db7f37a3
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())
pisitools.dodoc("AUTHORS", "CONT*", "README")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>re2</Name>
<Homepage>https://github.com/google/re2</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Fast, safe, thread-friendly regular expression engine</Summary>
<Description>Fast, safe, thread-friendly regular expression engine</Description>
<Archive sha1sum="106655a9ee3c7e87b21cc8a6e2f04487a527f022" type="targz">https://github.com/google/re2/archive/2018-04-01.tar.gz</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>re2</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>re2-devel</Name>
<Summary>Development files for re2</Summary>
<RuntimeDependencies>
<Dependency release="current">re2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-05-21</Date>
<Version>20180401</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>re2</Name>
<Summary xml:lang="tr">Fast, safe, thread-friendly regular expression engine</Summary>
<Description xml:lang="tr">Fast, safe, thread-friendly regular expression engine</Description>
</Source>
</PISI>