apache, subversion and deps in main

This commit is contained in:
Ertuğrul Erata
2015-09-05 00:01:04 +03:00
parent bfa8722fab
commit 31c7749ca4
54 changed files with 3883 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/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 pisitools
from pisi.actionsapi import scons
def build():
scons.make("PREFIX=/usr/ LIBDIR=/usr/lib")
def install():
pisitools.insinto("/usr/include/serf-1/", "serf*.h")
pisitools.insinto("/usr/lib/", "libserf-1*")
pisitools.insinto("/usr/lib/pkgconfig/", "serf-1.pc")
pisitools.dodoc("CHANGES", "LICENSE", "NOTICE", "README")
+79
View File
@@ -0,0 +1,79 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>serf</Name>
<Homepage>https://code.google.com/p/serf/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>Apachev2</License>
<IsA>library</IsA>
<Summary>High-performance asynchronous HTTP client library.</Summary>
<Description>The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.</Description>
<Archive sha1sum="1d45425ca324336ce2f4ae7d7b4cfbc5567c5446" type="tarbz2">http://serf.googlecode.com/svn/src_releases/serf-1.3.8.tar.bz2</Archive>
<BuildDependencies>
<Dependency>db-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>apr-devel</Dependency>
<Dependency>apr-util-devel</Dependency>
<Dependency>scons</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>serf</Name>
<RuntimeDependencies>
<Dependency>db</Dependency>
<Dependency>zlib</Dependency>
<Dependency>expat</Dependency>
<Dependency>openssl</Dependency>
<Dependency>apr</Dependency>
<Dependency>apr-util</Dependency>
<Dependency>openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>serf-devel</Name>
<Summary>Development files for serf</Summary>
<RuntimeDependencies>
<Dependency release="current">serf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2015-09-02</Date>
<Version>1.3.8</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2014-05-30</Date>
<Version>1.3.3</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-12-24</Date>
<Version>1.3.3</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>serf</Name>
<Summary xml:lang="en">High-performance asynchronous HTTP client library.</Summary>
<Description xml:lang="en">The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.</Description>
</Source>
<Package>
<Name>serf-devel</Name>
<Summary xml:lang="tr">serf için geliştirme dosyaları</Summary>
</Package>
</PISI>