23 lines
631 B
Bash
23 lines
631 B
Bash
# Template file for 'npth'
|
|
pkgname=npth
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="New portable threads library"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="LGPL-2.1"
|
|
homepage="http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=8915141836a3169a502d65c1ebd785fcc6d406cae5ee84474272ebf2fa96f1f2
|
|
|
|
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
|
|
}
|
|
}
|