summaryrefslogtreecommitdiffstats
path: root/sdl_net
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /sdl_net
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'sdl_net')
-rwxr-xr-xsdl_net/.footprint.i68610
-rwxr-xr-xsdl_net/.footprint.x86_6410
-rwxr-xr-xsdl_net/.md5sum.i6861
-rwxr-xr-xsdl_net/.md5sum.x86_641
-rwxr-xr-xsdl_net/Pkgfile19
5 files changed, 41 insertions, 0 deletions
diff --git a/sdl_net/.footprint.i686 b/sdl_net/.footprint.i686
new file mode 100755
index 000000000..6b3e6e6c7
--- /dev/null
+++ b/sdl_net/.footprint.i686
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/SDL/
+-rw-r--r-- root/root usr/include/SDL/SDL_net.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libSDL_net-1.2.so.0 -> libSDL_net-1.2.so.0.0.7
+-rwxr-xr-x root/root usr/lib/libSDL_net-1.2.so.0.0.7
+-rw-r--r-- root/root usr/lib/libSDL_net.a
+-rwxr-xr-x root/root usr/lib/libSDL_net.la
+lrwxrwxrwx root/root usr/lib/libSDL_net.so -> libSDL_net-1.2.so.0.0.7
diff --git a/sdl_net/.footprint.x86_64 b/sdl_net/.footprint.x86_64
new file mode 100755
index 000000000..6b3e6e6c7
--- /dev/null
+++ b/sdl_net/.footprint.x86_64
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/SDL/
+-rw-r--r-- root/root usr/include/SDL/SDL_net.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libSDL_net-1.2.so.0 -> libSDL_net-1.2.so.0.0.7
+-rwxr-xr-x root/root usr/lib/libSDL_net-1.2.so.0.0.7
+-rw-r--r-- root/root usr/lib/libSDL_net.a
+-rwxr-xr-x root/root usr/lib/libSDL_net.la
+lrwxrwxrwx root/root usr/lib/libSDL_net.so -> libSDL_net-1.2.so.0.0.7
diff --git a/sdl_net/.md5sum.i686 b/sdl_net/.md5sum.i686
new file mode 100755
index 000000000..ba604c1eb
--- /dev/null
+++ b/sdl_net/.md5sum.i686
@@ -0,0 +1 @@
+6bd4662d1423810f3140d4da21b6d912 SDL_net-1.2.7.tar.gz
diff --git a/sdl_net/.md5sum.x86_64 b/sdl_net/.md5sum.x86_64
new file mode 100755
index 000000000..ba604c1eb
--- /dev/null
+++ b/sdl_net/.md5sum.x86_64
@@ -0,0 +1 @@
+6bd4662d1423810f3140d4da21b6d912 SDL_net-1.2.7.tar.gz
diff --git a/sdl_net/Pkgfile b/sdl_net/Pkgfile
new file mode 100755
index 000000000..0124933e1
--- /dev/null
+++ b/sdl_net/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Une librairie pour le net
+# URL: http://www.libsdl.org/projects/SDL_net/
+# Maintainer: NuTyX core team
+# Packager: tux03 at tuxfamily dot org
+# Depends on: sdl, guile
+# Run on: sdl,guile
+
+name=sdl_net
+version=1.2.7
+release=1
+source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.7.tar.gz)
+build() {
+cd SDL_net-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+