diff --git a/multimedia/misc/sdl-net/actions.py b/multimedia/misc/sdl-net/actions.py new file mode 100644 index 0000000000..5834d02e40 --- /dev/null +++ b/multimedia/misc/sdl-net/actions.py @@ -0,0 +1,21 @@ +#!/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 get + +WorkDir = "SDL_net-%s" % get.srcVERSION() + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("CHANGES", "COPYING", "README") diff --git a/multimedia/misc/sdl-net/pspec.xml b/multimedia/misc/sdl-net/pspec.xml new file mode 100644 index 0000000000..fb624ab7e9 --- /dev/null +++ b/multimedia/misc/sdl-net/pspec.xml @@ -0,0 +1,54 @@ + + + + + sdl-net + http://www.libsdl.org/projects/SDL_net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + SDL network library + sdl-mixer is a SDL library for network access. + http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz + + libsdl-devel + + + + + sdl-net + + libsdl + + + /usr/lib + /usr/share/doc + + + + + sdl-net-devel + Development files for sdl-net + + sdl-net + libsdl-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2017-03-09 + 1.2.8 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/multimedia/misc/sdl-net/translations.xml b/multimedia/misc/sdl-net/translations.xml new file mode 100644 index 0000000000..1c9fb4a215 --- /dev/null +++ b/multimedia/misc/sdl-net/translations.xml @@ -0,0 +1,14 @@ + + + + sdl-net + SDL ağ kütüphanesi + Librairie réseau de SDL. + sdl-net, SDL için ağ erişim kitaplığıdır. + + + + sdl-net-devel + sdl-net için geliştirme dosyaları + +