New package: brltty-5.2.
This commit is contained in:
parent
45bc2bea04
commit
ae14ea2c1c
|
@ -2107,3 +2107,4 @@ libfacter.so.3.0.2 facter-3.0.2_1
|
|||
libOIS-1.3.0.so ois-1.3_1
|
||||
libSILLY.so.1 silly-0.1.0_1
|
||||
libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1
|
||||
libbrlapi.so.0.6 brltty-5.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
brltty
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
mkdir -p /var/run/brltty || exit 1
|
||||
exec brltty -n
|
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'brltty'
|
||||
pkgname=brltty
|
||||
version=5.2
|
||||
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"
|
||||
short_desc="Braille display driver for Linux/Unix"
|
||||
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
|
||||
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install
|
||||
vsv $pkgname
|
||||
}
|
||||
|
||||
brltty-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/brltty-config
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue