22 lines
642 B
Bash
22 lines
642 B
Bash
# Template file for 'npth'
|
|
pkgname=npth
|
|
version=1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="New portable threads library"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
|
|
distfiles="https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1
|
|
|
|
npth-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share
|
|
vmove usr/bin/npth-config
|
|
}
|
|
}
|