chromium-bsu: remove long_desc.
This commit is contained in:
parent
bfdacd5548
commit
483c2a0b88
1 changed files with 4 additions and 12 deletions
|
@ -1,26 +1,18 @@
|
||||||
# Template file for 'chromium-bsu'
|
# Template file for 'chromium-bsu'
|
||||||
pkgname=chromium-bsu
|
pkgname=chromium-bsu
|
||||||
version=0.9.15
|
version=0.9.15
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-openal --disable-sdlmixer --disable-glpng"
|
configure_args="--enable-openal --disable-sdlmixer --disable-glpng"
|
||||||
|
makedepends="ftgl-devel>=2.1.3rc5_4 fontconfig-devel SDL-devel
|
||||||
|
SDL_image-devel libopenal-devel freealut-devel desktop-file-utils"
|
||||||
|
depends="desktop-file-utils"
|
||||||
short_desc="Fast paced, arcade-style, top-scrolling space shooter"
|
short_desc="Fast paced, arcade-style, top-scrolling space shooter"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="${pkgname}"
|
license="${pkgname}"
|
||||||
homepage="http://chromium-bsu.sourceforge.net"
|
homepage="http://chromium-bsu.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Chromium%20B.S.U.%20source%20code/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Chromium%20B.S.U.%20source%20code/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6d926cceea6158a74583b6e8927716b9f837fab5693cf4039c6500b50e5147b2
|
checksum=6d926cceea6158a74583b6e8927716b9f837fab5693cf4039c6500b50e5147b2
|
||||||
long_desc="
|
|
||||||
Chromium is a top down fast paced high action scrolling space shooter.
|
|
||||||
|
|
||||||
In this game you are the captain of the cargo ship Chromium B.S.U. and are
|
|
||||||
responsible for delivering supplies to the troops on the front line. Your
|
|
||||||
ship has a small fleet of robotic fighters which you control from the relative
|
|
||||||
safety of the Chromium vessel."
|
|
||||||
|
|
||||||
makedepends="ftgl-devel>=2.1.3rc5_4 fontconfig-devel SDL-devel
|
|
||||||
SDL_image-devel libopenal-devel freealut-devel desktop-file-utils"
|
|
||||||
depends="desktop-file-utils"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Reference in a new issue