mlterm: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 17:29:51 +02:00
parent 4a6fc544ba
commit 678650f87b

View file

@ -1,7 +1,7 @@
# Template file for 'mlterm' # Template file for 'mlterm'
pkgname=mlterm pkgname=mlterm
version=3.8.1 version=3.8.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static configure_args="--disable-static
--enable-fribidi --enable-optimize-redrawing --enable-fribidi --enable-optimize-redrawing
@ -14,10 +14,13 @@ short_desc="Multi Lingual TERMinal emulator for X"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="3-clause-BSD" license="3-clause-BSD"
homepage="http://mlterm.sourceforge.net/" homepage="http://mlterm.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=464fa3a76ea562e38945067003c68e5ce320b60063f412bff01cb6a0f5c5d6d9 checksum=464fa3a76ea562e38945067003c68e5ce320b60063f412bff01cb6a0f5c5d6d9
nocross=yes nocross=yes
pre_configure() { pre_configure() {
export ac_cv_func_posix_openpt=yes export ac_cv_func_posix_openpt=yes
} }
post_install() {
vlicense LICENSE
}