Merge pull request #179 from ertugerata/master

work for kio-extras, samba, gdb  in main...
This commit is contained in:
Ertuğrul Erata
2015-07-30 16:56:21 +03:00
45 changed files with 1814 additions and 295 deletions
+13 -5
View File
@@ -13,20 +13,21 @@
<IsA>library</IsA>
<Summary>A system to store and display time-series data</Summary>
<Description>RRD is the acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine/room temperature, server load average).</Description>
<Archive sha1sum="cd6397be2f9fc51af07ad868ac1f9f3c184e30df" type="targz">http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.5.2.tar.gz</Archive>
<Archive sha1sum="38e7e8a382f7937c4344fce33dc15a88e9b2e48a" type="targz">http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.5.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>lua-devel</Dependency>
<Dependency>tcl-devel</Dependency>
<Dependency>ruby-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libart_lgpl</Dependency>
<Dependency>libart_lgpl-devel</Dependency>
<Dependency>dejavu-fonts</Dependency>
<Dependency>perl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>python</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>tcp-wrappers-devel</Dependency>
<Dependency>tcp-wrappers-devel</Dependency>
<Dependency>groff</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">rrdtool-1.4.7-ruby-2-fix.patch</Patch-->
@@ -71,7 +72,14 @@
</Files>
</Package>
<History>
<History>
<Update release="7">
<Date>2015-07-30</Date>
<Version>1.5.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="6">
<Date>2015-04-25</Date>
<Version>1.5.2</Version>
+32
View File
@@ -0,0 +1,32 @@
#!/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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-DWITH_GSSAPI=OFF", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
#cmaketools.make("doc")
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.doman("doc/man/*/*")
pisitools.dohtml("doc/*")
shelltools.cd("..")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "README")
+102
View File
@@ -0,0 +1,102 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libssh</Name>
<Homepage>http://www.libssh.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Full C library functions for manipulating a client-side SSH connection</Summary>
<Description>libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).</Description>
<Archive sha1sum="4e79f902ae91456de56f5d6ca8dc94c452379749" type="targz">https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.6.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<!--Dependency>graphviz</Dependency-->
<Dependency>doxygen</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libssh</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libssh-devel</Name>
<Summary>Development files for libssh</Summary>
<RuntimeDependencies>
<Dependency release="current">libssh</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libssh-docs</Name>
<Summary>Development documentation for libssh</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/libssh/html</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2014-07-30</Date>
<Version>0.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-05-08</Date>
<Version>0.6.3</Version>
<Comment>Version bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-03-09</Date>
<Version>5.4</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="3">
<Date>2013-07-27</Date>
<Version>5.4</Version>
<Comment>Move pc files to devel pack, rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-04</Date>
<Version>5.4</Version>
<Comment>V.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-01</Date>
<Version>0.5.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libssh</Name>
<Summary xml:lang="tr">SSH bağlantılarının kontrol edilebilmesini sağlayan C kitaplığı</Summary>
<Description xml:lang="tr">libssh, yazılımlarında SSH kullanmak isteyen programcılar için tasarlanmış bir C kitaplığıdır. SSH istemcisi programcı tarafından tam olarak kontrol edilebilir, uzaktan yazılım çalıştırma, tünel yaratma, dosya transferi ve uzak dosya erişimi işlemleri yapılabilir. Tüm bunlar için openssl paketinde bulunan lıbcrypto'nun sistemde bulunması yeterlidir.</Description>
</Source>
<Package>
<Name>libssh-devel</Name>
<Summary xml:lang="tr">libssh için geliştirme dosyaları</Summary>
</Package>
</PISI>