pth: removed; superseded by npth.
This commit is contained in:
parent
dc7c3049ab
commit
9a45ab24eb
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'pth'
|
|
||||||
pkgname=pth
|
|
||||||
version=2.0.7
|
|
||||||
revision=2
|
|
||||||
disable_parallel_build=yes
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--disable-static"
|
|
||||||
short_desc="GNU Portable Threads"
|
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
||||||
license="LGPL-2.1"
|
|
||||||
homepage="http://www.gnu.org/software/pth/"
|
|
||||||
distfiles="$GNU_SITE/pth/${pkgname}-${version}.tar.gz"
|
|
||||||
checksum=72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232
|
|
||||||
|
|
||||||
pth-devel_package() {
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
short_desc+=" - development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/pth-config
|
|
||||||
vmove usr/share/man/man1/pth-config.1
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/share/aclocal
|
|
||||||
vmove usr/share/man/man3
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue