mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
fltk: fix license
This commit is contained in:
parent
14f365ae11
commit
d7c019ff4d
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fltk'
|
# Template file for 'fltk'
|
||||||
pkgname=fltk
|
pkgname=fltk
|
||||||
version=1.3.5
|
version=1.3.5
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-threads --enable-xft --enable-shared"
|
configure_args="--enable-threads --enable-xft --enable-shared"
|
||||||
hostmakedepends="man-db"
|
hostmakedepends="man-db"
|
||||||
|
@ -9,7 +9,7 @@ makedepends="libjpeg-turbo-devel libpng-devel MesaLib-devel alsa-lib-devel
|
||||||
freetype-devel libXinerama-devel libXft-devel"
|
freetype-devel libXinerama-devel libXft-devel"
|
||||||
short_desc="Cross-platform C++ GUI toolkit"
|
short_desc="Cross-platform C++ GUI toolkit"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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/"
|
homepage="https://www.fltk.org/"
|
||||||
distfiles="https://fltk.org/pub/fltk/${version}/fltk-${version}-source.tar.gz"
|
distfiles="https://fltk.org/pub/fltk/${version}/fltk-${version}-source.tar.gz"
|
||||||
checksum=8729b2a055f38c1636ba20f749de0853384c1d3e9d1a6b8d4d1305143e115702
|
checksum=8729b2a055f38c1636ba20f749de0853384c1d3e9d1a6b8d4d1305143e115702
|
||||||
|
@ -26,6 +26,7 @@ post_build() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/man/cat[13]
|
rm -rf ${DESTDIR}/usr/share/man/cat[13]
|
||||||
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
fltk-devel_package() {
|
fltk-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue