parent
d07f59a076
commit
4f0a312019
3 changed files with 27 additions and 0 deletions
|
@ -2582,3 +2582,4 @@ libforms.so.2 xforms-1.2.4_2
|
||||||
libflimage.so.2 xforms-1.2.4_2
|
libflimage.so.2 xforms-1.2.4_2
|
||||||
libutilspp.so.0 curlpp-0.7.3_2
|
libutilspp.so.0 curlpp-0.7.3_2
|
||||||
libcurlpp.so.0 curlpp-0.7.3_2
|
libcurlpp.so.0 curlpp-0.7.3_2
|
||||||
|
libtcd.so.1 libtcd-2.2.7.r2_1
|
||||||
|
|
1
srcpkgs/libtcd-devel
Symbolic link
1
srcpkgs/libtcd-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libtcd
|
25
srcpkgs/libtcd/template
Normal file
25
srcpkgs/libtcd/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'libtcd'
|
||||||
|
_distver=2.2.7
|
||||||
|
_distrev=r2
|
||||||
|
|
||||||
|
pkgname=libtcd
|
||||||
|
version=${_distver}.${_distrev}
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${_distver}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="API for reading and writing Tide Constituent Database (TCD) files"
|
||||||
|
maintainer="Richard Taityr <dicktyr@yahoo.co.uk>"
|
||||||
|
license="Public Domain"
|
||||||
|
homepage="http://www.flaterco.com/xtide/files.html#libtcd"
|
||||||
|
distfiles="ftp://ftp.flaterco.com/xtide/${pkgname}-${_distver}-${_distrev}.tar.bz2"
|
||||||
|
checksum=aff1f218b84106c572d094912cd11c828e1ea212db5661cdcc0e2e6253020a94
|
||||||
|
|
||||||
|
libtcd-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue