New package: libnumbertext-1.0.4
Required for libreoffice-6.1.0.3 Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
eb46ff5c37
commit
cc1ad8a3f2
|
@ -2452,6 +2452,7 @@ liborcus-parser-0.13.so.0 liborcus-0.13.2_1
|
|||
liborcus-mso-0.13.so.0 liborcus-0.13.2_1
|
||||
liborcus-0.13.so.0 liborcus-0.13.2_1
|
||||
liborcus-spreadsheet-model-0.13.so.0 liborcus-0.13.2_1
|
||||
libnumbertext-1.0.so.0 libnumbertext-1.0.4_1
|
||||
libGeneratedSaxParser.so opencollada-0.0.20160223_1
|
||||
libMathMLSolver.so opencollada-0.0.20160223_1
|
||||
libOpenCOLLADABaseUtils.so opencollada-0.0.20160223_1
|
||||
|
|
1
srcpkgs/libnumbertext-devel
Symbolic link
1
srcpkgs/libnumbertext-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libnumbertext
|
24
srcpkgs/libnumbertext/template
Normal file
24
srcpkgs/libnumbertext/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libnumbertext'
|
||||
pkgname=libnumbertext
|
||||
version=1.0.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
#hostmakedepends=""
|
||||
#makedepends=""
|
||||
#depends=""
|
||||
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=349258f4c3a8b090893e847b978b22e8dc1343d4ada3bfba811b97144f1dd67b
|
||||
|
||||
libnumbertext-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user