freeorion: split data package [ci skip]
This commit is contained in:
parent
95d30d29b9
commit
9d3e9d1f5d
2 changed files with 14 additions and 5 deletions
1
srcpkgs/freeorion-data
Symbolic link
1
srcpkgs/freeorion-data
Symbolic link
|
@ -0,0 +1 @@
|
|||
freeorion
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'freeorion'
|
||||
pkgname=freeorion
|
||||
version=0.4.7.1
|
||||
revision=3
|
||||
revision=4
|
||||
_release=${version}_2017-09-03.139ffd9
|
||||
wrksrc="src-tarball"
|
||||
build_style=cmake
|
||||
hostmakedepends="cppcheck doxygen python-pycodestyle"
|
||||
makedepends="boost-devel boost-python freetype-devel glew-devel
|
||||
libopenal-devel libvorbis-devel python-devel SDL2-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
libopenal-devel python-devel SDL2-devel"
|
||||
depends="${pkgname}-data desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Turn-based space empire and galactic conquest (4X) computer game"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://freeorion.org/index.php/Main_Page"
|
||||
license="GPL-2, CC-BY-SA-3.0"
|
||||
distfiles="https://github.com/freeorion/freeorion/releases/download/v${version}/FreeOrion_v${_release}_Source.tar.gz"
|
||||
checksum=15ace123318e46321b95a358439145ad1835d8edbc020afbf295f4919a0fa131
|
||||
|
||||
|
@ -21,3 +21,11 @@ post_extract() {
|
|||
sed -i -e "s|\${FreeOrion_BUILD_NO}|$_build_no|" util/Version.cpp.in
|
||||
}
|
||||
|
||||
freeorion-data_package() {
|
||||
short_desc+=" - data files"
|
||||
license="GPL-2.0-or-later, CC-BY-SA-3.0"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
vmove usr/share/freeorion
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue