@@ -0,0 +1,36 @@
|
||||
#!/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.
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
options = "--prefix=/usr \
|
||||
--sysconfdir=/etc"
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
options += " --libdir=/usr/lib32 \
|
||||
--bindir=/_emul32/bin \
|
||||
--sbindir=/_emul32/sbin \
|
||||
--disable-dtrace"
|
||||
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README")
|
||||
@@ -0,0 +1,79 @@
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>librest</Name>
|
||||
<Homepage>http://www.gtk.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A helper library for RESTful services.</Summary>
|
||||
<Description>This library was designed to make it easier to access web services that claim to be "RESTful".</Description>
|
||||
<Archive sha1sum="e8cb955148745e75313766a6b5fb7a0da6bf42e8" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/rest-0.7.92.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>librest</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>librest-devel</Name>
|
||||
<Summary>Development files for librest</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency release="current">librest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib32/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>librest-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for librest</Summary>
|
||||
<BuildType>_emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
<Dependency>libsoup-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
<Dependency>libsoup-32bit</Dependency>
|
||||
<Dependency release="current">librest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2015-03-18</Date>
|
||||
<Version>0.7.92</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>librest</Name>
|
||||
<Summary xml:lang="en">A helper library for RESTful services.</Summary>
|
||||
<Description xml:lang="en">This library was designed to make it easier to access web services that claim to be "RESTful".</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>librest-devel</Name>
|
||||
<Summary xml:lang="tr">librest için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
@@ -34227,6 +34227,83 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>librest</Name>
|
||||
<Homepage>http://www.gtk.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.gnome.base</PartOf>
|
||||
<Summary xml:lang="en">A helper library for RESTful services.</Summary>
|
||||
<Description xml:lang="en">This library was designed to make it easier to access web services that claim to be "RESTful".</Description>
|
||||
<Archive type="tarxz" sha1sum="e8cb955148745e75313766a6b5fb7a0da6bf42e8">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/rest-0.7.92.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/base/librest/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>librest</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>librest-devel</Name>
|
||||
<Summary xml:lang="en">Development files for librest</Summary>
|
||||
<Summary xml:lang="tr">librest için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency release="6">librest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib32/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>librest-32bit</Name>
|
||||
<Summary xml:lang="en">32-bit shared libraries for librest</Summary>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildType>_emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
<Dependency>libsoup-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
<Dependency>libsoup-32bit</Dependency>
|
||||
<Dependency release="6">librest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2015-03-18</Date>
|
||||
<Version>0.7.92</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gnome-common</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
62455473eb6ecd39b79c7d81d52f05f4fa5aa113
|
||||
e01e84e415726e76ebaea7bab81c975ac7b49fb2
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
2f7e8acfbd683a28840f99dcd52c909e043e1a86
|
||||
21c1789b894ad7bd4aca5455c37c85b35db26488
|
||||
Reference in New Issue
Block a user