diff --git a/srcpkgs/sopwith/template b/srcpkgs/sopwith/template index 32f6cad630a..aa160fdbb87 100644 --- a/srcpkgs/sopwith/template +++ b/srcpkgs/sopwith/template @@ -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 " -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 }