mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +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'
|
||||
pkgname=npth
|
||||
version=1.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-install-npth-config"
|
||||
short_desc="New portable threads library"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
@ -19,6 +20,7 @@ npth-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/npth-config
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue