Package Details: iscdcommons-git 20210723.r39-4

Git Clone URL: https://aur.archlinux.org/iscdcommons-git.git (read-only, click to copy)
Package Base: iscdcommons-git
Description: Common library for ISCD tools, e.g. elastic
Upstream URL: https://github.com/ISCDtoolbox/Commons
Licenses: GPL3
Conflicts: iscdcommons
Provides: iscdcommons
Submitter: haawda
Maintainer: None
Last Packager: haawda
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-10 20:12 (UTC)
Last Updated: 2021-11-28 13:56 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

xantares commented on 2021-11-29 08:03 (UTC)

includes must go to /usr/include not /usr/share

no need to package the .c files, only the .h

xantares commented on 2021-11-28 10:16 (UTC)

hello, still not working ?

xantares commented on 2021-11-26 20:38 (UTC) (edited on 2021-11-26 20:43 (UTC) by xantares)

the headers are not installed, please use:

make install DESTDIR="${pkgdir}"

their layout is not honoring CMAKE_INSTALL_PREFIX so HOME has to be set during the cmake invocation:

HOME=/usr cmake ...