23 lines
704 B
Bash
23 lines
704 B
Bash
# Template file for 'libnumbertext'
|
|
pkgname=libnumbertext
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Language-neutral NUMBERTEXT and MONEYTEXT for LibreOffice Calc"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/Numbertext/libnumbertext"
|
|
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
|
checksum=17b8249cb89ae11ae15a85612d2665626c0e0e3e56b35654363ba6566d8b61fc
|
|
|
|
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
|
|
}
|
|
}
|