summaryrefslogtreecommitdiff
path: root/sdl_net
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2008-02-11 10:37:53 +0100
committerSimone Rota <sip@crux.nu>2008-02-11 10:37:53 +0100
commit2d5a83af85cc6e9b1096ed376677356a2a1049dd (patch)
tree4eddec30fe24ae46126c32ac9d15b6e0562a4fa5 /sdl_net
parent2981aedc28c0474647815350d9fc10fc1bf14a63 (diff)
downloadopt-2d5a83af85cc6e9b1096ed376677356a2a1049dd.tar.gz
opt-2d5a83af85cc6e9b1096ed376677356a2a1049dd.tar.xz
sdl_net: removed from repository
Diffstat (limited to 'sdl_net')
-rw-r--r--sdl_net/.footprint10
-rw-r--r--sdl_net/.md5sum1
-rw-r--r--sdl_net/Pkgfile16
3 files changed, 0 insertions, 27 deletions
diff --git a/sdl_net/.footprint b/sdl_net/.footprint
deleted file mode 100644
index f93149bc1..000000000
--- a/sdl_net/.footprint
+++ /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.6
--rwxr-xr-x root/root usr/lib/libSDL_net-1.2.so.0.0.6
--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.6
diff --git a/sdl_net/.md5sum b/sdl_net/.md5sum
deleted file mode 100644
index b8a6b21f7..000000000
--- a/sdl_net/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-7be5b9ef36129ee187ace96906cd264c SDL_net-1.2.6.tar.gz
diff --git a/sdl_net/Pkgfile b/sdl_net/Pkgfile
deleted file mode 100644
index 54e5e600b..000000000
--- a/sdl_net/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: A cross-platform networking library for SDL.
-# URL: http://www.libsdl.org/projects/SDL_net/
-# Maintainer: Simone Rota, sip at crux dot nu
-# Depends on: libsdl
-
-name=sdl_net
-version=1.2.6
-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
-}

Generated by cgit