mlterm: add license.
This commit is contained in:
parent
4a6fc544ba
commit
678650f87b
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue