sopwith: rebuild for metadata
This commit is contained in:
parent
034b8b7e36
commit
e343e1da90
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue