New Package: lugaru-1.2

Closes: #7252 [via git-merge-pr]
This commit is contained in:
John 2017-04-29 16:09:36 +02:00 committed by Michael Aldridge
parent d551092760
commit 50ba7f5b9c
2 changed files with 28 additions and 0 deletions

1
srcpkgs/lugaru-data Symbolic link
View File

@ -0,0 +1 @@
lugaru

27
srcpkgs/lugaru/template Normal file
View File

@ -0,0 +1,27 @@
# Template file for 'lugaru'
pkgname=lugaru
version=1.2
revision=1
build_style=cmake
configure_args="-DSYSTEM_INSTALL=ON
-DCMAKE_INSTALL_BINDIR=bin
-DCMAKE_INSTALL_DATADIR=share
-DCMAKE_INSTALL_MANDIR=share/man"
hostmakedepends="pkg-config"
makedepends="SDL2-devel zlib-devel libvorbis-devel libopenal-devel libpng-devel libjpeg-turbo-devel glu-devel"
depends="lugaru-data"
short_desc="Third person ninja rabbit fighting game"
maintainer="John <johnz@posteo.net>"
license="GPL-2"
homepage="https://osslugaru.gitlab.io/"
distfiles="https://bitbucket.org/osslugaru/lugaru/downloads/lugaru-${version}.tar.xz"
checksum=f3ea477caf78911c69939fbdc163f9f6517c7ef2267e716a0e050be1a166ef97
lugaru-data_package() {
short_desc+=" - data files"
noarch=yes
license="CC-BY-SA-4"
pkg_install() {
vmove usr/share/lugaru
}
}