fltk: fix license

This commit is contained in:
Colin Booth 2021-03-31 21:18:28 -07:00 committed by Érico Nogueira
parent 14f365ae11
commit d7c019ff4d

View file

@ -1,7 +1,7 @@
# Template file for 'fltk'
pkgname=fltk
version=1.3.5
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-threads --enable-xft --enable-shared"
hostmakedepends="man-db"
@ -9,7 +9,7 @@ makedepends="libjpeg-turbo-devel libpng-devel MesaLib-devel alsa-lib-devel
freetype-devel libXinerama-devel libXft-devel"
short_desc="Cross-platform C++ GUI toolkit"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-only WITH FLTK-exception"
license="custom:LGPL-2.0-only WITH FLTK-exception"
homepage="https://www.fltk.org/"
distfiles="https://fltk.org/pub/fltk/${version}/fltk-${version}-source.tar.gz"
checksum=8729b2a055f38c1636ba20f749de0853384c1d3e9d1a6b8d4d1305143e115702
@ -26,6 +26,7 @@ post_build() {
post_install() {
rm -rf ${DESTDIR}/usr/share/man/cat[13]
vlicense COPYING
}
fltk-devel_package() {