Package Details: xapian-tcl-bindings 1.2.20-1

Package Base: xapian-tcl-bindings
Description: Bindings allowing Xapian to be used from Tcl
Upstream URL: http://xapian.org/docs/bindings/tcl/
Category: lib
Licenses: GPL
Groups: xapian
Submitter: cgo
Maintainer: None
Last Packager: cgo
Votes: 1
First Submitted: 2014-02-24 22:27
Last Updated: 2015-03-08 19:47

Latest Comments

Comment by cgo

2015-03-08 19:50

hi, updated. I trust you on the armv7h compat. Also I don't use this package anymore, get it if you like, it's just orphaned.

Comment by erwan35

2015-03-07 06:16

configure: WARNING: Xapian library is version 1.2.20 but the bindings are version 1.2.18 - we strongly recommend using matching versions.
Also please add armv7h in arch array

Comment by cgo

2014-09-05 11:51

oops. Fixed.

Comment by aggraef

2014-09-04 14:52

Sounds good, but your latest PKGBUILD installs into /usr/lib/tcl-8.6 rather than /usr/lib/tcl8.6.

Comment by cgo

2014-09-04 14:36

You're right, but /usr/lib/tcl8.6 sounds like a better target so the tree is on par with the python package. I also updated to 1.2.18. Thank you.

Comment by aggraef

2014-09-04 12:56

I just noticed that this package installs into /usr/lib/tcllib which isn't on Tcl's search path unless tcllib is installed. The symptom is that tclsh won't be able to find the package. So you should probably add tcllib as a dependency, or install the package under some directory on Tcl's auto_path (such as /usr/lib).