+248114
-247896
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
f81288f39b2e23a234178b7e87724b8ea1af6bfe
|
||||
bcbd83c59b661b57d79c930be11399696a6c8a9b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c0cf149a4d73b1635c3621254ec0049feb0727ab
|
||||
a04a109c407e0f57e2809fea8a92efbf641dd73e
|
||||
@@ -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")
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user