Added chromium-bsu-0.9.15 build template.
This commit is contained in:
parent
5ddac180a7
commit
fc9e0809aa
1 changed files with 35 additions and 0 deletions
35
srcpkgs/chromium-bsu/template
Normal file
35
srcpkgs/chromium-bsu/template
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Template file for 'chromium-bsu'
|
||||||
|
pkgname=chromium-bsu
|
||||||
|
version=0.9.15
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Chromium%20B.S.U.%20source%20code/${version}/${pkgname}-${version}.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-openal --disable-glpng"
|
||||||
|
short_desc="Fast paced, arcade-style, top-scrolling space shooter"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
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."
|
||||||
|
|
||||||
|
Add_dependency run libgcc
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libstdc++
|
||||||
|
Add_dependency run fontconfig
|
||||||
|
Add_dependency run MesaLib
|
||||||
|
Add_dependency run ftgl
|
||||||
|
Add_dependency run SDL
|
||||||
|
Add_dependency run SDL_image
|
||||||
|
Add_dependency run SDL_mixer
|
||||||
|
|
||||||
|
Add_dependency build MesaLib-devel
|
||||||
|
Add_dependency build ftgl-devel
|
||||||
|
Add_dependency build fontconfig-devel
|
||||||
|
Add_dependency build SDL_image-devel
|
||||||
|
Add_dependency build SDL-devel
|
||||||
|
Add_dependency build SDL_mixer-devel
|
||||||
|
|
||||||
|
Add_dependency full desktop-file-utils
|
Loading…
Reference in a new issue