summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/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 'extra/sdl_net')
-rwxr-xr-xextra/sdl_net/.footprint.i68610
-rwxr-xr-xextra/sdl_net/.footprint.x86_6410
-rwxr-xr-xextra/sdl_net/.md5sum.i6861
-rwxr-xr-xextra/sdl_net/.md5sum.x86_641
-rwxr-xr-xextra/sdl_net/Pkgfile19
5 files changed, 0 insertions, 41 deletions
diff --git a/extra/sdl_net/.footprint.i686 b/extra/sdl_net/.footprint.i686
deleted file mode 100755
index 6b3e6e6c7..000000000
--- a/extra/sdl_net/.footprint.i686
+++ /dev/null
@@ -1,10 +0,0 @@
-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/extra/sdl_net/.footprint.x86_64 b/extra/sdl_net/.footprint.x86_64
deleted file mode 100755
index 6b3e6e6c7..000000000
--- a/extra/sdl_net/.footprint.x86_64
+++ /dev/null
@@ -1,10 +0,0 @@
-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/extra/sdl_net/.md5sum.i686 b/extra/sdl_net/.md5sum.i686
deleted file mode 100755
index ba604c1eb..000000000
--- a/extra/sdl_net/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-6bd4662d1423810f3140d4da21b6d912 SDL_net-1.2.7.tar.gz
diff --git a/extra/sdl_net/.md5sum.x86_64 b/extra/sdl_net/.md5sum.x86_64
deleted file mode 100755
index ba604c1eb..000000000
--- a/extra/sdl_net/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-6bd4662d1423810f3140d4da21b6d912 SDL_net-1.2.7.tar.gz
diff --git a/extra/sdl_net/Pkgfile b/extra/sdl_net/Pkgfile
deleted file mode 100755
index 0124933e1..000000000
--- a/extra/sdl_net/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-
-