mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 22:32:57 +02:00
libnumbertext: update to 1.0.7
Move static library to -devel subpkg.
This commit is contained in:
parent
0dbfb810f3
commit
699dee575a
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libnumbertext'
|
# Template file for 'libnumbertext'
|
||||||
pkgname=libnumbertext
|
pkgname=libnumbertext
|
||||||
version=1.0.6
|
version=1.0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Language-neutral NUMBERTEXT and MONEYTEXT for LibreOffice Calc"
|
short_desc="Language-neutral NUMBERTEXT and MONEYTEXT for LibreOffice Calc"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/Numbertext/libnumbertext"
|
homepage="https://github.com/Numbertext/libnumbertext"
|
||||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=739f220b34bf7cb731c09de2921771d644d37dfd276c45564401e5759f10ae57
|
checksum=17b8249cb89ae11ae15a85612d2665626c0e0e3e56b35654363ba6566d8b61fc
|
||||||
|
|
||||||
libnumbertext-devel_package() {
|
libnumbertext-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -16,6 +16,7 @@ libnumbertext-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue