1
0
forked from ports/opt

sdl_net: removed from repository

This commit is contained in:
Simone Rota 2008-02-11 10:37:53 +01:00
parent 2981aedc28
commit 2d5a83af85
3 changed files with 0 additions and 27 deletions

View File

@ -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

View File

@ -1 +0,0 @@
7be5b9ef36129ee187ace96906cd264c SDL_net-1.2.6.tar.gz

View File

@ -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
}