sdl2-net.

This commit is contained in:
4fury-c3440d8
2023-01-24 07:21:40 +03:00
parent 5244997f96
commit d7f4fab37e
3 changed files with 18 additions and 8 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -18,4 +18,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt")
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")
+14 -5
View File
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sdl2-net</Name>
<Homepage>http://www.libsdl.org/projects/SDL_net/</Homepage>
<Homepage>https://github.com/libsdl-org/SDL_net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<License>Zlib</License>
<IsA>library</IsA>
<Summary>SDL network library 2.0 series</Summary>
<Description>sdl-mixer is a SDL library for network access.</Description>
<Archive sha1sum="99c17ee2ecf32c8a136163bbaa8f018f7a3e31e9" type="targz">http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz</Archive>
<Archive sha1sum="9154bd0898399dbe98c4525b0f3fcaf5b15c64fc" type="targz">
https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-2.2.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>libsdl2-devel</Dependency>
</BuildDependencies>
@@ -43,6 +45,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-01-24</Date>
<Version>2.2.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2020-03-07</Date>
<Version>2.0.1</Version>
+1 -1
View File
@@ -11,4 +11,4 @@
<Name>sdl2-net-devel</Name>
<Summary xml:lang="tr">sdl2-net için geliştirme dosyaları</Summary>
</Package>
</PISI>
</PISI>