Merge pull request #8577 from Rmys/master

jq PlayOnLinux run dep
This commit is contained in:
Rmys
2020-06-08 15:56:24 +03:00
committed by GitHub
7 changed files with 248205 additions and 247898 deletions
+248114 -247896
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
f81288f39b2e23a234178b7e87724b8ea1af6bfe
bcbd83c59b661b57d79c930be11399696a6c8a9b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
c0cf149a4d73b1635c3621254ec0049feb0727ab
a04a109c407e0f57e2809fea8a92efbf641dd73e
+20
View File
@@ -0,0 +1,20 @@
#!/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 setup():
autotools.configure("--disable-static -with-rubydir=/usr/bin/ruby")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>jq</Name>
<Homepage>https://github.com/stedolan/jq</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>lightweight and flexible command-line JSON processor</Summary>
<Description>lightweight and flexible command-line JSON processor</Description>
<Archive sha1sum="73bcbdc45be4db907a864e829b06cd869f77f4f7" type="targz">https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>oniguruma-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>jq.patch</Patch>
<Patch level="1">jq.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>jq</Name>
<RuntimeDependencies>
<Dependency>oniguruma</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>jq-devel</Name>
<Summary>Development files for jq</Summary>
<RuntimeDependencies>
<Dependency release="current">jq</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-07</Date>
<Version>1.6</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>jq</Name>
<Summary xml:lang="tr">lightweight and flexible command-line JSON processor</Summary>
<Description xml:lang="tr">lightweight and flexible command-line JSON processor</Description>
</Source>
</PISI>