From f5480a9c3ab9a59400ef37f3e4111a05537086e2 Mon Sep 17 00:00:00 2001 From: tux03 Date: Tue, 16 Feb 2010 18:28:42 +0100 Subject: ajout de sdl_net, 1.2.7-1 --- extra/sdl_net/.footprint | 10 ++++++++++ extra/sdl_net/.md5sum | 1 + extra/sdl_net/Pkgfile | 16 ++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100755 extra/sdl_net/.footprint create mode 100755 extra/sdl_net/.md5sum create mode 100755 extra/sdl_net/Pkgfile (limited to 'extra') diff --git a/extra/sdl_net/.footprint b/extra/sdl_net/.footprint new file mode 100755 index 000000000..6b3e6e6c7 --- /dev/null +++ b/extra/sdl_net/.footprint @@ -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/extra/sdl_net/.md5sum b/extra/sdl_net/.md5sum new file mode 100755 index 000000000..ba604c1eb --- /dev/null +++ b/extra/sdl_net/.md5sum @@ -0,0 +1 @@ +6bd4662d1423810f3140d4da21b6d912 SDL_net-1.2.7.tar.gz diff --git a/extra/sdl_net/Pkgfile b/extra/sdl_net/Pkgfile new file mode 100755 index 000000000..3d1003b56 --- /dev/null +++ b/extra/sdl_net/Pkgfile @@ -0,0 +1,16 @@ +# 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 +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