void-packages/srcpkgs/chromium-bsu/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

20 lines
783 B
Bash

# Template file for 'chromium-bsu'
pkgname=chromium-bsu
version=0.9.15.1
revision=1
build_style=gnu-configure
configure_args="--enable-openal --disable-sdlmixer --disable-glpng"
hostmakedepends="pkg-config"
makedepends="ftgl-devel 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"
maintainer="Juan RP <xtraeme@gmail.com>"
license="${pkgname}"
homepage="http://chromium-bsu.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Chromium%20B.S.U.%20source%20code/${pkgname}-${version}.tar.gz"
checksum=861b4dc01b662f3d3d03a8e20e76b1b4abd336910e05b770e6e6df0ce2ac8405
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}