mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
npth: restore npth-config.
This commit is contained in:
parent
11d06ecfce
commit
50d8f66a21
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'npth'
|
# Template file for 'npth'
|
||||||
pkgname=npth
|
pkgname=npth
|
||||||
version=1.7
|
version=1.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-install-npth-config"
|
||||||
short_desc="New portable threads library"
|
short_desc="New portable threads library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
@ -19,6 +20,7 @@ npth-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/bin/npth-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue