void-packages/srcpkgs/chromium-bsu/template

34 lines
1.2 KiB
Plaintext

# Template file for 'chromium-bsu'
pkgname=chromium-bsu
version=0.9.15
revision=4
build_style=gnu-configure
configure_args="--enable-openal --disable-sdlmixer --disable-glpng"
short_desc="Fast paced, arcade-style, top-scrolling space shooter"
maintainer="Juan RP <xtraeme@gmail.com>"
license="${pkgname}"
homepage="http://chromium-bsu.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Chromium%20B.S.U.%20source%20code/${version}/${pkgname}-${version}.tar.gz"
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"
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}
chromium-bsu_package() {
depends="desktop-file-utils"
pkg_install() {
vmove usr
}
}