zsnes: fix license, template layout, http->https
This commit is contained in:
parent
b6197a1c82
commit
218eadef68
1 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'zsnes'
|
# Template file for 'zsnes'
|
||||||
#
|
#
|
||||||
# 32bit
|
# 32bit
|
||||||
archs="i686"
|
|
||||||
lib32mode="full"
|
|
||||||
wrksrc="zsnes_1_51"
|
|
||||||
build_wrksrc="src"
|
|
||||||
|
|
||||||
pkgname=zsnes
|
pkgname=zsnes
|
||||||
version=1.51
|
version=1.51
|
||||||
revision=3
|
revision=4
|
||||||
|
archs="i686"
|
||||||
|
wrksrc="zsnes_1_51"
|
||||||
|
build_wrksrc="src"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="force_arch=i686"
|
configure_args="force_arch=i686"
|
||||||
hostmakedepends="nasm pkg-config"
|
hostmakedepends="nasm pkg-config"
|
||||||
|
@ -16,10 +14,11 @@ makedepends="MesaLib-devel SDL-devel libpng-devel ncurses-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Super Nintendo emulator"
|
short_desc="Super Nintendo emulator"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.zsnes.com/"
|
homepage="https://www.zsnes.com/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/zsnes/zsnes151src.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/zsnes/zsnes151src.tar.bz2"
|
||||||
checksum=2856dedba272e9eed66cbf68dd4a9ae56797c373686c57371a65c7df35264623
|
checksum=2856dedba272e9eed66cbf68dd4a9ae56797c373686c57371a65c7df35264623
|
||||||
|
lib32mode="full"
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue