socat runtimedep for kwallet-pam

This commit is contained in:
Ertuğrul Erata
2018-07-13 23:44:42 +03:00
parent 418668e85a
commit 6c727f772f
8 changed files with 231 additions and 123 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# 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():
autotools.configure("--prefix=/usr \
--mandir=/usr/share/man ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+13
View File
@@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=Socat
Name[tr]=Socat
GenericName=Socat
GenericName[tr]=Socat
Icon=socat
Exec=socat
Terminal=false
StartupNotify=false
Categories=Application;Game;ArcadeGame;
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>socat</Name>
<Homepage>http://www.dest-unreach.org/socat/</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Multipurpose relay</Summary>
<Description>Multipurpose relay</Description>
<Archive sha1sum="28eca1f8efeadde3f96c1ac89e553c28d736d41d" type="targz">http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>socat</Name>
<RuntimeDependencies>
<Dependency>readline</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-07-13</Date>
<Version>1.7.3.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>