New package: warzone2100-3.1.1.
This commit is contained in:
parent
f3e192fa8f
commit
6de9964a4d
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'warzone2100'
|
||||||
|
pkgname=warzone2100
|
||||||
|
version=3.1.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="which zip unzip asciidoc pkg-config"
|
||||||
|
makedepends="
|
||||||
|
libpng-devel
|
||||||
|
fribidi-devel
|
||||||
|
fontconfig-devel
|
||||||
|
SDL-devel
|
||||||
|
libvorbis-devel
|
||||||
|
libtheora-devel
|
||||||
|
libopenal-devel
|
||||||
|
glew-devel
|
||||||
|
physfs-devel
|
||||||
|
qt-devel
|
||||||
|
desktop-file-utils"
|
||||||
|
short_desc="3D realtime strategy game on a future Earth"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://wz2100.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
|
checksum=c937a2e2c7afdad00b00767636234bbec4d8b18efb008073445439d32edb76cf
|
||||||
|
|
||||||
|
warzone2100_package() {
|
||||||
|
depends="desktop-file-utils"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue