SDL_net: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:05:03 +01:00
parent 72247eda66
commit 8dd42a2bb9
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
. config/options $1
cd $PKG_BUILD
touch NEWS AUTHORS ChangeLog && do_autoreconf
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -12,3 +12,5 @@ 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"
PKG_AUTORECONF="no"