sopwith: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-30 12:01:15 +01:00 committed by maxice8
parent 034b8b7e36
commit e343e1da90
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,15 +1,15 @@
# Template file for 'sopwith'
pkgname=sopwith
version=1.8.4
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake SDL-devel"
makedepends="SDL-devel"
hostmakedepends="automake ${makedepends}"
short_desc="Sidescrolling shoot 'em up game"
maintainer="beefcurtains <beefcurtains@users.noreply.github.com>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="http://sdl-sopwith.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/sdl-sopwith/sdl_sopwith/${version}/${pkgname}-${version}.tar.gz"
distfiles="${SOURCEFORGE_SITE}/sdl-sopwith/sdl_sopwith/${version}/sopwith-${version}.tar.gz"
checksum=a5ecb795a7aeff6be3ebfb99f1c6218054b73048786809f8468a92c952c17bd0
pre_configure() {
@ -18,6 +18,6 @@ pre_configure() {
}
post_install() {
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
vinstall ${FILESDIR}/sopwith.png 644 usr/share/pixmaps
vinstall ${FILESDIR}/sopwith.desktop 644 usr/share/applications
}