SDL2_gfx: fix license, orphan
This commit is contained in:
parent
77699c939f
commit
dd3e832570
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'SDL2_gfx'
|
||||
pkgname=SDL2_gfx
|
||||
version=1.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2-devel"
|
||||
short_desc="SDL graphics drawing primitives"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="zlib"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Zlib"
|
||||
homepage="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
|
||||
distfiles="http://www.ferzkopp.net/Software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262
|
||||
|
@ -35,4 +35,3 @@ SDL2_gfx-devel_package() {
|
|||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue