0ad ve gereksinimleri
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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 shelltools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
shelltools.cd("build/workspaces/")
|
||||
shelltools.chmod("update-workspaces.sh", 0755)
|
||||
shelltools.export("WX_CONFIG", "/usr/bin/wxconfig")
|
||||
shelltools.export("SHELL","SHELL=/bin/bash")
|
||||
|
||||
shelltools.system("sh update-workspaces.sh \
|
||||
--bindir=/usr/bin \
|
||||
--disable-atlas \
|
||||
--without-pch \
|
||||
--libdir=/usr/lib/0ad \
|
||||
--datadir=/usr/share/0ad/data \
|
||||
JOBS=%s" % get.makeJOBS())
|
||||
|
||||
def build():
|
||||
shelltools.cd("build/workspaces/gcc")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.dodoc("LICENSE.txt","license_dbghelp.txt","license_gpl-2.0.txt","license_lgpl-2.1.txt","README.txt",)
|
||||
pisitools.insinto("/usr/share/0ad", "binaries/*")
|
||||
pisitools.insinto("/usr/bin/", "binaries/system/pyrogenesis")
|
||||
pisitools.insinto("/usr/lib/0ad/", "binaries/system/*.so*")
|
||||
pisitools.insinto("/usr/bin/", "build/resources/0ad.sh")
|
||||
pisitools.insinto("/usr/share/pixmaps/", "build/resources/0ad.png", "0ad.png")
|
||||
pisitools.insinto("/usr/share/applications/", "build/resources/0ad.desktop", "0ad.desktop")
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /usr/share/0ad/system
|
||||
./pyrogenesis
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /opt/0ad/system
|
||||
LD_LIBRARY_PATH=/opt/enet12/lib ./pyrogenesis -editor
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=0ad Editor
|
||||
GenericName[tr]=3D Tarihi Strateji Oyun Editörü
|
||||
GenericName=3D Historical Strategy Game Editor
|
||||
Exec=0ad-editor
|
||||
Icon=0ad.png
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
X-KDE-SubstituteUID=false
|
||||
Type=Application
|
||||
Categories=Game;StrategyGame;
|
||||
@@ -0,0 +1,164 @@
|
||||
.TH 0AD "6" "May 17 2014" "0ad 0.0.16 Patañjali" "User Commands"
|
||||
|
||||
.SH NAME
|
||||
0ad \- manual page for 0ad 0.0.16 Patañjali
|
||||
.SH SYNOPSIS
|
||||
.B 0ad
|
||||
[\fIoptions\fR]
|
||||
.SH DESCRIPTION
|
||||
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
|
||||
real-time strategy (RTS) game of ancient warfare. In short, it is a
|
||||
historically-based war/economy game that allows players to relive or rewrite
|
||||
the history of Western civilizations, focusing on the years between 500 B.C.
|
||||
and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D
|
||||
graphics, detailed artwork, sound, and a flexible and powerful custom-built
|
||||
game engine.
|
||||
|
||||
The game has been in development by Wildfire Games (WFG), a group of volunteer,
|
||||
hobbyist game developers, since 2001.
|
||||
.PP
|
||||
Basic gameplay:
|
||||
.TP
|
||||
\fB\-autostart\fR
|
||||
load a map instead of showing main menu (see below)
|
||||
.TP
|
||||
\fB\-editor\fR
|
||||
launch the Atlas scenario editor
|
||||
.TP
|
||||
\fB\-mod\fR \fINAME\fR
|
||||
start the game using \fINAME\fR mod
|
||||
.TP
|
||||
\fB\-quickstart\fR
|
||||
load faster (disables audio and some system info logging)
|
||||
|
||||
.PP
|
||||
Autostart:
|
||||
.TP
|
||||
\fB\-autostart\fR=\fINAME\fR
|
||||
map \fINAME\fR for scenario, or rms name for random map
|
||||
.TP
|
||||
\fB\-autostart-ai\fR=\fIPLAYER\fR:\fIAI\fR
|
||||
adds named \fIAI\fR to the given \fIPLAYER\fR (e.g. 2:testbot)
|
||||
.TP
|
||||
\fB-autostart-aidiff\fR=\fIPLAYER\fR:\fIlevel\fR
|
||||
changes the difficulty setting for \fIAI PLAYER\fR (0: easy, 3: very hard)
|
||||
|
||||
.PP
|
||||
Multiplayer:
|
||||
.TP
|
||||
\fB\-autostart-playername\fR=\fINAME\fR
|
||||
multiplayer local player \fINAME\fR (default 'anonymous')
|
||||
.TP
|
||||
\fB\-autostart-host\fR
|
||||
multiplayer host mode
|
||||
.TP
|
||||
\fB\-autostart-players\fR=\fINUMBER\fR
|
||||
multiplayer host: \fINUMBER\fR of client players (default 2)
|
||||
.TP
|
||||
\fB\-autostart-client\fR
|
||||
multiplayer client mode
|
||||
.TP
|
||||
\fB\-autostart-ip\fR=\fIIP\fR
|
||||
multiplayer client: connect to this host \fIIP\fR
|
||||
|
||||
.PP
|
||||
Random maps only:
|
||||
.TP
|
||||
\fB\-autostart-random\fR
|
||||
random map
|
||||
.TP
|
||||
\fB\-autostart-random\fR=\fISEED\fR
|
||||
random map with \fISEED\fR value (default 0, use -1 for random)
|
||||
.TP
|
||||
\fB\-autostart-size\fR=\fITILES\fR
|
||||
random map \fISIZE\fR in tiles (default 192)
|
||||
.TP
|
||||
\fB\-autostart-players\fR=\fINUMBER\fI
|
||||
\fINUMBER\fR of players on random map
|
||||
.TP
|
||||
\fB-autostart-civ\fR=\fIPLAYER\fR:\fICIV\fR
|
||||
changes the civilisation of player \fIPLAYER\fR to \fICIV\fR (default athen)
|
||||
|
||||
.PP
|
||||
Configuration:
|
||||
.TP
|
||||
\fB\-conf\fR:\fIKEY\fR=\fIVALUE\fR
|
||||
set a config value (overrides the contents of system.cfg)
|
||||
.TP
|
||||
\fB\-g\fR=\fIF\fR
|
||||
set the gamma correction to '\fIF\fR' (default 1.0)
|
||||
.TP
|
||||
\fB\-nosound\fR
|
||||
disable audio
|
||||
.TP
|
||||
\fB-noUserMod\fR
|
||||
disable loading of the user mod
|
||||
.TP
|
||||
\fB\-shadows\fR
|
||||
enable shadows
|
||||
.TP
|
||||
\fB\-vsync\fR
|
||||
enable VSync, i.e. lock FPS to monitor refresh rate
|
||||
.TP
|
||||
\fB\-xres\fR=\fIN\fR
|
||||
set screen \fIX\fR resolution to '\fIN\fR'
|
||||
.TP
|
||||
\fB\-yres\fR=\fIN\fR
|
||||
set screen \fIY\fR resolution to '\fIN\fR'
|
||||
|
||||
.PP
|
||||
Advanced / diagnostic:
|
||||
.TP
|
||||
\fB\-dumpSchema\fR
|
||||
creates a file \fIentity.rng\fR in the working directory, containing
|
||||
complete entity XML schema, used by various analysis tools
|
||||
.TP
|
||||
\fB\-entgraph\fR
|
||||
(disabled)
|
||||
.TP
|
||||
\fB\-listfiles\fR
|
||||
(disabled)
|
||||
.TP
|
||||
\fB\-profile\fR=\fINAME\fR
|
||||
(disabled)
|
||||
.TP
|
||||
\fB\-replay\fR=\fIPATH\fR
|
||||
non-visual replay of a previous game, used for analysis purposes
|
||||
\fIPATH\fR is system path to commands.txt containing simulation log
|
||||
.TP
|
||||
\fB\-writableRoot\fR
|
||||
store runtime game data in root data directory
|
||||
(only use if you have write permissions on that directory)
|
||||
.TP
|
||||
\fB\-ooslog\fR
|
||||
dumps simulation state in binary and ASCII representations each turn,
|
||||
files created in sim_log within the game's log folder. \fBNOTE\fR: game will
|
||||
run much slower with this option!
|
||||
.TP
|
||||
\fB-serializationtest\fR
|
||||
checks simulation state each turn for serialization errors; on test
|
||||
failure, error is displayed and logs created in oos_log within the
|
||||
game's log folder. \fBNOTE\fR: game will run much slower with this option!
|
||||
|
||||
.PP
|
||||
Archive builder:
|
||||
.TP
|
||||
\fB\-archivebuild\fR=\fIPATH\fR
|
||||
system \fIPATH\fR of the base directory containing mod data to be archived/precached
|
||||
.TP
|
||||
\fB\-archivebuild-output\fR=\fIPATH\fR
|
||||
system \fIPATH\fR to output of the resulting .zip archive (use with archivebuild)
|
||||
.TP
|
||||
\fB\-archivebuild-compress\fR
|
||||
enable deflate compression in the .zip
|
||||
(no zip compression by default since it hurts compression of release packages)
|
||||
|
||||
.SH "REPORTING BUGS"
|
||||
Bugs should be reported on Trac. For information on reporting problems
|
||||
and finding logs, see http://trac.wildfiregames.com/wiki/ReportingErrors
|
||||
|
||||
.SH COPYRIGHT
|
||||
0 A.D. is released as open source: you can freely use, copy, modify and
|
||||
distribute the game's source code and data files, as long as you include
|
||||
attribution to Wildfire Games and let anyone freely modify and distribute any
|
||||
of your own modifications to the game's files.
|
||||
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=0AD
|
||||
GenericName=0AD strategy game
|
||||
GenericName[tr]=0AD strateji oyunu
|
||||
Comment=A real-time strategy game of ancient warfare
|
||||
Comment[it]=Videogioco strategico in tempo reale di guerre antiche
|
||||
Comment[tr]= Antik dönemler gerçek zamanlı strateji oyunu
|
||||
Exec=0ad
|
||||
Icon=0ad.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;StrategyGame;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,12 @@
|
||||
--- 0ad-0.0.17-alpha.orig/build/workspaces/update-workspaces.sh 2014-09-25 04:54:58.000000000 +0300
|
||||
+++ 0ad-0.0.17-alpha/build/workspaces/update-workspaces.sh 2014-11-18 18:22:23.846062170 +0200
|
||||
@@ -1,9 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
-if [ "$(id -u)" = "0" ]; then
|
||||
- echo "Running as root will mess up file permissions. Aborting ..." 1>&2
|
||||
- exit 1
|
||||
-fi
|
||||
|
||||
die()
|
||||
{
|
||||
@@ -0,0 +1,114 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>0ad</Name>
|
||||
<Homepage>http://play0ad.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2</License>
|
||||
<License>CCPL</License>
|
||||
<License>MIT</License>
|
||||
<Icon>0ad</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>game.strategy</PartOf>
|
||||
<Summary>Cross-platform, 3D and historically-based real-time strategy game</Summary>
|
||||
<Description>Cross-platform, 3D and historically-based real-time strategy game.As the military leader of an ancient civilisation,
|
||||
you must gather the resources you need to raise a military force capable of dominating your enemies.</Description>
|
||||
<Archive sha1sum="3c6bb8924d65d17200e6b9475101e7d04f5db13a" type="tarxz">http://releases.wildfiregames.com/0ad-0.0.23b-alpha-unix-build.tar.xz</Archive>
|
||||
<Archive sha1sum="3e2be1d72e9ed5d413f2cd81de9d48b73b141085" type="tarxz">http://releases.wildfiregames.com/0ad-0.0.23b-alpha-unix-data.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zip</Dependency>
|
||||
<Dependency>nasm</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>binutils</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>nspr-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>enet-devel</Dependency>
|
||||
<Dependency>wxGTK-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
<Dependency>gloox-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>openal-devel</Dependency>
|
||||
<Dependency>wxBase-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>wxGTK2.8-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>miniupnpc-devel</Dependency>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>subversion-devel</Dependency>
|
||||
<Dependency>libsodium-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>spidermonkey-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fix_permission.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>0ad</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>enet</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>icu4c</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>wxGTK</Dependency>
|
||||
<Dependency>gloox</Dependency>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>openal</Dependency>
|
||||
<Dependency>wxBase</Dependency>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libsodium</Dependency>
|
||||
<Dependency>miniupnpc</Dependency>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/0ad</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc/0ad</Path>
|
||||
<Path fileType="doc">/usr/share/man/man6</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/bin/0ad" owner="root" permission="0755">0ad</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/0ad.deskop" owner="root" permission="0644">0ad.desktop</AdditionalFile>
|
||||
<AdditionalFile target="//usr/share/man/man6/0ad.6" owner="root" permission="0644">0ad.6</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/0ad.png" owner="root" permission="0644">0ad.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-10-30</Date>
|
||||
<Version>0.0.23b</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
<Name>Kamil Atlı</Name>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>0ad</Name>
|
||||
<Summary xml:lang="tr">Tarihsel, 3D gerçek zamanlı strateji oyunu</Summary>
|
||||
<Description xml:lang="tr">Eski bir uygarlığın askeri lideri olarak,gereken kaynakları toplayıp düşmanlarınıza hükmedecek askeri güce sahip olmalı ve galip gelmelisiniz</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>game.strategy</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
shelltools.export("PTHREAD_LIBS", "-lpthread")
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--with-gnutls \
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("README", "AUTHORS", "LICENSE", "ChangeLog")
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gloox</Name>
|
||||
<Homepage>https://camaya.net/gloox</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Full-featured Jabber/XMPP client library</Summary>
|
||||
<Description>gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications.</Description>
|
||||
<Archive sha1sum="8ed03ee600675efc092055bf52fea799e7f83a43" type="tarbz2">https://camaya.net/download/gloox-1.0.22.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gloox</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libidn</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gloox-devel</Name>
|
||||
<Summary>Development files for gloox</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gloox</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-10-30</Date>
|
||||
<Version>1.0.20</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gloox</Name>
|
||||
<Summary xml:lang="tr">Çok işlevli Jabber/XMMP kitaplığı</Summary>
|
||||
<Description xml:lang="tr">gloox, Jabber/XMMP istemcileri için C++ ile yazılmış çok işlevli bir kitaplıktır. Mevcut istemcilere kolayca Jabber/XMMP desteği eklenmesini sağlayarak standartlara uygun istemciler yazılmasına olanak verir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gloox-devel</Name>
|
||||
<Summary xml:lang="tr">gloox için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,27 @@
|
||||
#!/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():
|
||||
shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS())
|
||||
for i in ["NEWS", "AUTHORS", "COPYING"]:
|
||||
shelltools.touch(i)
|
||||
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-dependency-tracking \
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "ChangeLog", "README*")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>enet</Name>
|
||||
<Homepage>http://enet.bespin.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<Icon>enet</Icon>
|
||||
<IsA>library</IsA>
|
||||
<Summary>UDP network library</Summary>
|
||||
<Description>enet is a relatively thin, simple and robust network communication layer on top of UDP.</Description>
|
||||
<Archive sha1sum="d1c64b64a6e8a46166a5690cfaab9ae6e438ef04" type="targz">http://enet.bespin.org/download/enet-1.3.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>enet</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>enet-devel</Name>
|
||||
<Summary>Development files for enet</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">enet</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-10-30</Date>
|
||||
<Version>1.3.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>enet</Name>
|
||||
<Summary xml:lang="tr">UDP ağ kitaplığı</Summary>
|
||||
<Description xml:lang="tr">enet UDP protokolü üzerinden iletişim için kullanılabilecek küçük, kolay kullanımlı ve sağlam bir kitaplıktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>enet-devel</Name>
|
||||
<Summary xml:lang="tr">enet için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
import os
|
||||
#WorkDir = "miniupnpc-1.9"
|
||||
|
||||
def setup():
|
||||
shelltools.system('cmake -L -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr .')
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>miniupnpc</Name>
|
||||
<Homepage>http://miniupnp.free.fr/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Copyright (c) 2005-2011, Thomas BERNARD.All rights reserved.</License>
|
||||
<!--Icon></Icon-->
|
||||
<IsA>library</IsA>
|
||||
<Summary>miniupnpc is a UPnP Control Point. </Summary>
|
||||
<Description>miniupnpc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology,miniupnpc is a UPnP Control Point. </Description>
|
||||
<Archive sha1sum="f4110363c15ba28484cbc92f6b94a2aa4a09120d" type="targz">http://miniupnp.free.fr/files/download.php?file=miniupnpc-2.1.20190824.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>miniupnpc</Name>
|
||||
<RuntimeDependencies>
|
||||
<!--Dependency></Dependency-->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>miniupnpc-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">miniupnpc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/miniupnpc</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-10-30</Date>
|
||||
<Version>2.1.20190824</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>miniupnpc</Name>
|
||||
<Summary xml:lang="tr">bir uPnP istemci kütüphanesi</Summary>
|
||||
<Description xml:lang="tr">bir uPnP istemci kitaplığı;uygulamaların ağdaki mevcut bir UPnP "internet ağgeçidi aygıtı"
|
||||
tarafından sağlanan servislere erişimine olanak verir.
|
||||
</Description>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>miniupnpc</Name>
|
||||
<Summary xml:lang="tr">bir uPnP istemci kütüphanesi</Summary>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>miniupnpc-devel</Name>
|
||||
<Summary xml:lang="tr">miniupnpc için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+1475
-314
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
fa70f34fc2f5138739da0104407b228de4d355cc
|
||||
c295b0d7ca3411b6be5bc08c791c5e9cc07fe563
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
dde729335e34ee22f35402ac5fd1527f40c4f5de
|
||||
9b86d7820a10260e2e1f2054971a48fa636c5894
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
#shelltools.cd("make/linux")
|
||||
autotools.make("PREFIX=/usr")
|
||||
|
||||
def install():
|
||||
#shelltools.cd("make/linux")
|
||||
autotools.install("libdir=%s/usr/lib" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("ChangeLog", "LICENSE","README.*")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libsodium</Name>
|
||||
<Homepage>https://libsodium.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom:ISC</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>P(ortable|ackageable) NaCl-based crypto library</Summary>
|
||||
<Description>Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more.</Description>
|
||||
<Archive sha1sum="795b73e3f92a362fabee238a71735579bf46bb97" type="targz">https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libsodium</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libsodium-devel</Name>
|
||||
<Summary>Development files for libsodium</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libsodium</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="header">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-10-30</Date>
|
||||
<Version>1.0.18</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libsodium</Name>
|
||||
<Summary xml:lang="tr">Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Modern, taşınabilir, kullanımı kolay bir kripto kitaplığı</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libsodium-devel</Name>
|
||||
<Summary xml:lang="tr">libsodium için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user