mlterm: update to 3.8.4.
This commit is contained in:
parent
b35a36c3a4
commit
c6857a2981
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mlterm'
|
||||
pkgname=mlterm
|
||||
version=3.8.3
|
||||
version=3.8.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static
|
||||
|
@ -15,12 +15,16 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="3-clause-BSD"
|
||||
homepage="http://mlterm.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=cd4bddb10bd7866255ddf45192add4853c2e8c49b36df6e9a9d2f274af18f9ee
|
||||
checksum=c9f1cc380e8cd1546cf2bb4e1cedc80ca8a2d629567a9553ca32e43b4a3a301e
|
||||
nocross=yes
|
||||
|
||||
pre_configure() {
|
||||
export ac_cv_func_posix_openpt=yes
|
||||
}
|
||||
do_check() {
|
||||
# requires xserver
|
||||
:
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue