zsnes: fix license, template layout, http->https

This commit is contained in:
Colin Booth 2021-07-01 00:14:14 -07:00 committed by Érico Nogueira Rolim
parent b6197a1c82
commit 218eadef68

View file

@ -1,14 +1,12 @@
# Template file for 'zsnes'
#
# 32bit
archs="i686"
lib32mode="full"
wrksrc="zsnes_1_51"
build_wrksrc="src"
pkgname=zsnes
version=1.51
revision=3
revision=4
archs="i686"
wrksrc="zsnes_1_51"
build_wrksrc="src"
build_style=gnu-configure
configure_args="force_arch=i686"
hostmakedepends="nasm pkg-config"
@ -16,10 +14,11 @@ makedepends="MesaLib-devel SDL-devel libpng-devel ncurses-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="Super Nintendo emulator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
homepage="http://www.zsnes.com/"
license="GPL-2.0-only"
homepage="https://www.zsnes.com/"
distfiles="${SOURCEFORGE_SITE}/zsnes/zsnes151src.tar.bz2"
checksum=2856dedba272e9eed66cbf68dd4a9ae56797c373686c57371a65c7df35264623
lib32mode="full"
CFLAGS="-fcommon"