mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lowdown: move unversioned library to -devel
Co-authored-by: Duncaen <duncaen@voidlinux.org>
This commit is contained in:
parent
ba30046be6
commit
b45187c95c
2 changed files with 4 additions and 4 deletions
|
@ -4192,7 +4192,7 @@ libTMVA.so root-6.24.06_1
|
||||||
libMathCore.so root-6.24.06_1
|
libMathCore.so root-6.24.06_1
|
||||||
libCore.so root-6.24.06_1
|
libCore.so root-6.24.06_1
|
||||||
libCore.so qtcreator-7.0.2_1
|
libCore.so qtcreator-7.0.2_1
|
||||||
liblowdown.so lowdown-0.11.2_1
|
liblowdown.so.2 lowdown-1.0.1_1
|
||||||
libjaylink.so.0 libjaylink-0.2.0_1
|
libjaylink.so.0 libjaylink-0.2.0_1
|
||||||
libnvidia-container.so.1 libnvidia-container-1.10.0_1
|
libnvidia-container.so.1 libnvidia-container-1.10.0_1
|
||||||
libnvidia-container-go.so.1 libnvidia-container-1.10.0_1
|
libnvidia-container-go.so.1 libnvidia-container-1.10.0_1
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'lowdown'
|
# Template file for 'lowdown'
|
||||||
pkgname=lowdown
|
pkgname=lowdown
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||||
make_install_target="install install_shared install_static"
|
make_install_target="install install_libs"
|
||||||
make_check_target="regress"
|
make_check_target="regress"
|
||||||
short_desc="Simple markdown translator"
|
short_desc="Simple markdown translator"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
|
@ -13,7 +13,6 @@ homepage="https://kristaps.bsd.lv/lowdown/"
|
||||||
changelog="https://kristaps.bsd.lv/lowdown/archive.html"
|
changelog="https://kristaps.bsd.lv/lowdown/archive.html"
|
||||||
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
||||||
checksum=447b0a783d7beb1d82d9c40ea0395063535f2651e611b0662ebcfa687bf7906a
|
checksum=447b0a783d7beb1d82d9c40ea0395063535f2651e611b0662ebcfa687bf7906a
|
||||||
shlib_provides="liblowdown.so"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
@ -26,6 +25,7 @@ lowdown-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/share/man/man3/*.3"
|
vmove "usr/share/man/man3/*.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue