New package: liblouis-2.6.3.
This commit is contained in:
parent
ee21acb4e7
commit
8d2ddfca8c
|
@ -2108,3 +2108,4 @@ 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
|
||||
liblouis.so.2 liblouis-2.6.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
liblouis
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'liblouis'
|
||||
pkgname=liblouis
|
||||
version=2.6.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config help2man python-devel"
|
||||
makedepends="python-devel"
|
||||
short_desc="Open-source braille translator and back-translator"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://liblouis.org/"
|
||||
distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/$pkgname-$version.tar.gz"
|
||||
checksum=4466ad17c9c634668a53f464ba71dbd3d1f0389213b0f02a2e22603f2a3ccd1b
|
||||
|
||||
liblouis-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue