diff options
Diffstat (limited to 'extra/sdl_net')
-rwxr-xr-x | extra/sdl_net/.footprint.i686 | 10 | ||||
-rwxr-xr-x | extra/sdl_net/.footprint.x86_64 | 10 | ||||
-rwxr-xr-x | extra/sdl_net/.md5sum.i686 | 1 | ||||
-rwxr-xr-x | extra/sdl_net/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/sdl_net/Pkgfile | 19 |
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 -} - - |