Package Details: snowball-c 20140401-1

Package Base: snowball-c
Description: Snowball rule-based stemming algorithms (shared lib + stemwords executable)
Upstream URL: http://snowball.tartarus.org/
Category: lib
Licenses: BSD
Submitter: andreas_baumann
Maintainer: shahid
Last Packager: None
Votes: 5
First Submitted: 2010-12-12 12:24
Last Updated: 2014-04-01 14:16

Latest Comments

Comment by Mic92

2013-07-21 15:48

* I would suggest to rename this package to libstemmer as this is the common name of this library.
* Building the shared library does not work, if you build the package the first time because of the "-lstemmer" option (It fails to find libstemmer, which is not installed obliviously)
* It should not override all CFLAGS but append "-fPic" instead
* return 1, is not required any more

Here is the updated PKGBUILD:

https://gist.github.com/Mic92/6048927

Comment by shahid

2013-07-16 09:51

@fho Done, thanks.

Comment by fho

2013-07-14 19:37

Could you include a shared library in this package? Just include this line below the install statements:

gcc -shared -o ${pkgdir}/usr/lib/libstemmer.so -lstemmer -fpic -Wl,--whole-archive ${srcdir}/libstemmer_c/libstemmer.o -Wl,--no-whole-archive

Comment by andreas_baumann

2011-09-15 20:58

The original package has no proper release management, so it changes irregularily..

Comment by andreas_baumann

2011-09-15 20:57

fixed. thanks.

Comment by shahid

2011-09-15 11:33

md5 is wrong. Should be: md5sums=('87844ec0df5414d2c7feebbc2ed4fba6')