diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2008-02-11 21:46:31 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2008-02-11 21:46:31 +1100 |
commit | 4b3d79d093c730bd2ba01294dab089fdbd8e26c2 (patch) | |
tree | 29b4cf65aa2d06067e735ebb54f9e77990515520 /sdl_net | |
parent | a5296441b551c5ebb5c0086522c1ecda057f3776 (diff) | |
download | contrib-4b3d79d093c730bd2ba01294dab089fdbd8e26c2.tar.gz contrib-4b3d79d093c730bd2ba01294dab089fdbd8e26c2.tar.xz |
sdl_net: picked up port from opt
Diffstat (limited to 'sdl_net')
-rw-r--r-- | sdl_net/.footprint | 10 | ||||
-rw-r--r-- | sdl_net/.md5sum | 1 | ||||
-rw-r--r-- | sdl_net/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/sdl_net/.footprint b/sdl_net/.footprint new file mode 100644 index 000000000..6b3e6e6c7 --- /dev/null +++ b/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/sdl_net/.md5sum b/sdl_net/.md5sum new file mode 100644 index 000000000..ba604c1eb --- /dev/null +++ b/sdl_net/.md5sum @@ -0,0 +1 @@ +6bd4662d1423810f3140d4da21b6d912 SDL_net-1.2.7.tar.gz diff --git a/sdl_net/Pkgfile b/sdl_net/Pkgfile new file mode 100644 index 000000000..d8fffd599 --- /dev/null +++ b/sdl_net/Pkgfile @@ -0,0 +1,18 @@ +# Description: A cross-platform networking library for SDL. +# URL: http://www.libsdl.org/projects/SDL_net/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Simone Rota, sip at crux dot nu +# Depends on: libsdl + +name=sdl_net +version=1.2.7 +release=1 +source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$version.tar.gz) + +build() { + cd SDL_net-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |