SDL: remove long_desc.
This commit is contained in:
parent
9c9cd8aa92
commit
2992840f75
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'SDL'
|
||||
pkgname=SDL
|
||||
version=1.2.15
|
||||
revision=6
|
||||
revision=7
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-alsa --disable-esd --disable-rpath
|
||||
|
@ -14,12 +14,6 @@ homepage="http://www.libsdl.org/"
|
|||
license="LGPL-2.1"
|
||||
distfiles="http://www.libsdl.org/release/SDL-$version.tar.gz"
|
||||
checksum=d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00
|
||||
long_desc="
|
||||
Simple DirectMedia Layer is a cross-platform multimedia library designed
|
||||
to provide low level access to audio, keyboard, mouse, joystick, 3D hardware
|
||||
via OpenGL, and 2D video framebuffer. It is used by MPEG playback software,
|
||||
emulators, and many popular games, including the award winning Linux port
|
||||
of Civilization: Call To Power."
|
||||
|
||||
hostmakedepends="pkg-config nasm"
|
||||
makedepends="alsa-lib-devel"
|
||||
|
@ -73,7 +67,7 @@ if [ "$build_option_opengl" ]; then
|
|||
fi
|
||||
|
||||
SDL-devel_package() {
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
depends="alsa-lib-devel SDL>=${version}"
|
||||
if [ "$build_option_x11" ]; then
|
||||
depends+=" libXrandr-devel"
|
||||
|
@ -90,6 +84,7 @@ SDL-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue