SDL2: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 10:07:46 +01:00
parent f7cbb43b1d
commit 492ef805f8
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'SDL2' # Template file for 'SDL2'
pkgname=SDL2 pkgname=SDL2
version=2.0.1 version=2.0.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev
--enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared --enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared
@ -14,10 +14,6 @@ homepage="http://www.libsdl.org/"
license="zlib" license="zlib"
distfiles="http://www.libsdl.org/release/${pkgname}-$version.tar.gz" distfiles="http://www.libsdl.org/release/${pkgname}-$version.tar.gz"
checksum=0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0 checksum=0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0
long_desc="
This is the Simple DirectMedia Layer, a generic API that provides low
level access to audio, keyboard, mouse, and display framebuffer across
multiple platforms."
# Package build options # Package build options
build_options="gles opengl pulseaudio x11" build_options="gles opengl pulseaudio x11"