mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
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
3 changed files with 26 additions and 0 deletions
|
@ -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-mso-0.13.so.0 liborcus-0.13.2_1
|
||||||
liborcus-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
|
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
|
libGeneratedSaxParser.so opencollada-0.0.20160223_1
|
||||||
libMathMLSolver.so opencollada-0.0.20160223_1
|
libMathMLSolver.so opencollada-0.0.20160223_1
|
||||||
libOpenCOLLADABaseUtils.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…
Add table
Reference in a new issue