SDL_net: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-15 13:37:33 +01:00
parent d36d91d19a
commit ebfe9c8049
4 changed files with 14 additions and 6 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build SDL
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/install SDL
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="SDL_net"
PKG_VERSION="1.2.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.libsdl.org/"
PKG_URL="http://www.libsdl.org/projects/SDL_net/release/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="SDL"
PKG_BUILD_DEPENDS="toolchain SDL"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="libsdl_net: A simple cross-platform network library"
PKG_LONGDESC="SDL_net is a network library that is used with the SDL library, and almost as portable. It allows a programmer to use network functionality without having to code different things for different platforms. It also simplyfies the handling of network connections and data transfer."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.7.tar.gz