This commit is contained in:
Rmys
2021-05-29 23:13:03 +03:00
parent 5c089406ab
commit 824a862947
7 changed files with 264821 additions and 264615 deletions
+264690 -264613
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
41ca9758e475f68aaf17ea1a76c485897a289667
e1d69b94bf482659795e920eddb95ede6f38ed2f
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ba3f3983bca12d3adeb30e8f3df6464713e1bf67
26d1a0fbfc2fad6222141d815196388ab73edec4
+31
View File
@@ -0,0 +1,31 @@
#!/usr/bin/env 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#shelltools.system("./bootstrap")
autotools.configure("--enable-jpeg \
--enable-tjpeg \
--enable-pam-config=unix \
--enable-fuse \
--enable-opus \
--enable-rfxcodec \
--enable-mp3lame \
--enable-pixman=yes \
--enable-painter \
--enable-vsock")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("NEWS*", "COPYING", "README*")
+90
View File
@@ -0,0 +1,90 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xrdp</Name>
<Homepage>https://xorg.freedesktop.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>xrdp an open source RDP server</Summary>
<Description>xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü</Description>
<Archive sha1sum="d677d8fe70e8713ad90da9e98585e6238ad57476" type="targz">https://github.com/neutrinolabs/xrdp/releases/download/v0.9.16/xrdp-0.9.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>nasm</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>fuse-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<Dependency>lame-devel</Dependency>
<Dependency>pixman-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXfixes-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<!--
<Dependency>mit-kerberos</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
-->
</BuildDependencies>
<!--
<Patches>
<Patch>xrdp.patch</Patch>
<Patch level="1">xrdp.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xrdp</Name>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>fuse</Dependency>
<Dependency>lame</Dependency>
<Dependency>pixman</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libopus</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xrdp-devel</Name>
<Summary>Development files for xrdp</Summary>
<RuntimeDependencies>
<Dependency release="current">xrdp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-05-29</Date>
<Version>0.9.16</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xrdp</Name>
<Summary xml:lang="tr">xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü</Summary>
<Description xml:lang="tr">xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü</Description>
</Source>
</PISI>