From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- sdl_net/.footprint.i686 | 10 ++++++++++ sdl_net/.footprint.x86_64 | 10 ++++++++++ sdl_net/.md5sum.i686 | 1 + sdl_net/.md5sum.x86_64 | 1 + sdl_net/Pkgfile | 19 +++++++++++++++++++ 5 files changed, 41 insertions(+) create mode 100755 sdl_net/.footprint.i686 create mode 100755 sdl_net/.footprint.x86_64 create mode 100755 sdl_net/.md5sum.i686 create mode 100755 sdl_net/.md5sum.x86_64 create mode 100755 sdl_net/Pkgfile (limited to 'sdl_net') 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 +} + + -- cgit v1.2.3-54-g00ecf