add jansson new dependency for DeadBeef

This commit is contained in:
groni
2016-05-16 17:08:41 +02:00
parent 61138334ac
commit 18deccfef0
7 changed files with 75479 additions and 75166 deletions
+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/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "README.rst")
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>jansson</Name>
<Homepage>http://www.digip.org/jansson/</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Jansson is a C library for encoding, decoding and manipulating JSON data.</Summary>
<Description>It features: Simple and intuitive API and data model, Comprehensive documentation, No dependencies on other libraries, Full Unicode support (UTF-8), Extensive test suite.</Description>
<Archive sha1sum="51cd3b57f152132de686bb8c1f4471cc9ca7970e" type="tarbz2">http://www.digip.org/jansson/releases/jansson-2.7.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>jansson</Name>
<RuntimeDependencies>
<Dependency>glibc</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>jansson-devel</Name>
<RuntimeDependencies>
<Dependency release="current">jansson</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>glibc-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-05-16</Date>
<Version>2.7</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>jansson</Name>
<Summary xml:lang="en">Jansson is a C library for encoding, decoding and manipulating JSON data.</Summary>
<Description xml:lang="en">It features: Simple and intuitive API and data model, Comprehensive documentation, No dependencies on other libraries, Full Unicode support (UTF-8), Extensive test suite.</Description>
</Source>
</PISI>
+75392 -75164
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
156a3a059c85de2f379bc5dd77b9462faced1c0d
069596f3cf4866311e5644c2b69ceedc9b198c68
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ff63bdca60a9cb395aa7f05ed43445e47104f928
f1fb69af96ea3fb7467147041294b25eeae102f0