25 lines
748 B
Bash
25 lines
748 B
Bash
# Template file for 'libnumbertext'
|
|
pkgname=libnumbertext
|
|
version=1.0.11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-werror"
|
|
make_build_args=V=1
|
|
short_desc="Language-neutral NUMBERTEXT and MONEYTEXT for LibreOffice Calc"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/Numbertext/libnumbertext"
|
|
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
|
checksum=5dcb4db3b2340f81f601ce86d8d76b69e34d70f84f804192c901e4b7f84d5fb0
|
|
|
|
libnumbertext-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove "usr/lib/*.a"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|