brltty: update to 5.3.1.

This commit is contained in:
Christopher Brannon 2016-04-18 18:42:05 -07:00
parent a77881c405
commit 5aa90a3e4f

View file

@ -1,7 +1,7 @@
# Template file for 'brltty'
pkgname=brltty
version=5.2
revision=2
version=5.3.1
revision=1
build_style=gnu-configure
makedepends="ncurses-devel alsa-lib-devel gpm-devel at-spi2-core-devel"
configure_args="--enable-gpm --with-screen-driver=lx --with-tables-directory=/usr/share/brltty"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
homepage="http://mielke.cc/brltty/"
distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz"
checksum=f1293940317a675d0eaeaf3f363bbfe4bfaa5225c2116123a61ce2d3c71943f7
checksum=5bf6dfda8b48d505886f8a8165af8fdd74a3b97f4cae58febb648664283e9748
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
@ -27,6 +27,9 @@ post_configure() {
do_install() {
make INSTALL_ROOT=${DESTDIR} install
vsv $pkgname
vsconf Documents/brltty.conf
vdoc Documents/ChangeLog
vcopy Documents/Manual-BRLTTY usr/share/doc/${pkgname}
}
brltty-devel_package() {