New package: pth-2.0.7.
This commit is contained in:
parent
65f78c9d1f
commit
91dc20e791
3 changed files with 26 additions and 0 deletions
|
@ -1784,3 +1784,4 @@ liblangtag-gobject.so.0 liblangtag-0.5.4_1
|
|||
libexttextcat-2.0.so.0 libexttextcat-3.4.3_1
|
||||
libledger.so.3 libledger-3.1_1
|
||||
libksba.so.8 libksba-1.3.1_1
|
||||
libpth.so.20 pth-2.0.7_1
|
||||
|
|
1
srcpkgs/pth-devel
Symbolic link
1
srcpkgs/pth-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
pth
|
24
srcpkgs/pth/template
Normal file
24
srcpkgs/pth/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'pth'
|
||||
pkgname=pth
|
||||
version=2.0.7
|
||||
revision=1
|
||||
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/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue