rocksndiamonds: update to 4.1.1.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
c7396c4a23
commit
1fbe59fbf5
|
@ -0,0 +1 @@
|
|||
rocksndiamonds
|
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'rocksndiamonds'
|
||||
pkgname=rocksndiamonds
|
||||
version=4.1.0.0
|
||||
version=4.1.1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_net-devel"
|
||||
depends="rocksndiamonds-data"
|
||||
short_desc="Arcade style game"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www.artsoft.org/rocksndiamonds"
|
||||
distfiles="http://www.artsoft.org/RELEASES/unix/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=4e9958dc550cf3eddef73f759ee3fdf274ca259314d64fc735077a0c85fbba2e
|
||||
checksum=e24c6d4db9571d02207d1944e46e2d68695c0e7f001bc8794dcd20f40a3515cc
|
||||
|
||||
# Package build options
|
||||
build_options="gles"
|
||||
|
@ -51,3 +52,11 @@ do_install() {
|
|||
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
||||
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
||||
}
|
||||
|
||||
rocksndiamonds-data_package() {
|
||||
short_desc+=" - data files"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
vmove usr/share/rocksndiamonds
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue