SDL_gfx: fix license, orphan

This commit is contained in:
Colin Booth 2021-04-03 13:19:35 -07:00 committed by Érico Nogueira Rolim
parent dd3e832570
commit bbb4b62a31

View file

@ -1,13 +1,13 @@
# Template file for 'SDL_gfx'
pkgname=SDL_gfx
version=2.0.26
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="SDL-devel"
short_desc="Graphics drawing primitives for SDL"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="BSD"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
distfiles="http://www.ferzkopp.net/Software/SDL_gfx-${version%.*}/SDL_gfx-${version}.tar.gz"
checksum=7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446
@ -36,4 +36,3 @@ SDL_gfx-devel_package() {
vmove usr/lib/*.so
}
}