* 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
Search Criteria
Package Details: snowball-c 20140401-1
Package Actions
| Package Base: | snowball-c |
|---|---|
| Description: | Snowball rule-based stemming algorithms (shared lib + stemwords executable) |
| Upstream URL: | http://snowball.tartarus.org/ |
| Category: | lib |
| Licenses: | |
| Submitter: | andreas_baumann |
| Maintainer: | shahid |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2010-12-12 12:24 |
| Last Updated: | 2014-04-01 14:16 |
Dependencies (0)
Required by (3)
Sources
Latest Comments
Comment by Mic92
Comment by shahid
@fho Done, thanks.
Comment by fho
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
The original package has no proper release management, so it changes irregularily..
Comment by andreas_baumann
fixed. thanks.
Comment by shahid
md5 is wrong. Should be: md5sums=('87844ec0df5414d2c7feebbc2ed4fba6')