summaryrefslogtreecommitdiffstats
path: root/sdl_net
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /sdl_net
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et 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
+}
+
+