Till Wegmüller
2024-03-12 26c1bc49ec4f0c83a85d65d1434f523588872415
Fixmanpath to the installable location

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
3 files modified
18 ■■■■■ changed files
components/library/libxxhash/Makefile 2 ●●●●● patch | view | raw | blame | history
components/library/libxxhash/manifests/sample-manifest.p5m 8 ●●●● patch | view | raw | blame | history
components/library/libxxhash/xxhsum.p5m 8 ●●●● patch | view | raw | blame | history
components/library/libxxhash/Makefile
@@ -19,6 +19,7 @@
COMPONENT_NAME= libxxhash
COMPONENT_VERSION= 0.8.2
COMPONENT_REVISION= 1
COMPONENT_SUMMARY= Extremely fast non-cryptographic hash algorithm
COMPONENT_PROJECT_URL= http://www.xxhash.com/
COMPONENT_FMRI= library/$(COMPONENT_NAME)
@@ -35,6 +36,7 @@
COMPONENT_INSTALL_ENV += PREFIX=$(USRDIR)
COMPONENT_INSTALL_ENV += LIBDIR=$(USRLIBDIR.64)
COMPONENT_INSTALL_ENV += MANDIR=$(USRSHAREMAN1DIR)
# For some reason the Makefile generates output under both usr and usr/local prefixes...
# For simplicity and cleaniness remove the usr/local version before the sample-manifest script
components/library/libxxhash/manifests/sample-manifest.p5m
@@ -34,7 +34,7 @@
file path=usr/lib/$(MACH64)/libxxhash.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libxxhash.so.0 target=libxxhash.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/pkgconfig/libxxhash.pc
link path=usr/man/man1/xxh128sum.1 target=xxhsum.1
link path=usr/man/man1/xxh32sum.1 target=xxhsum.1
link path=usr/man/man1/xxh64sum.1 target=xxhsum.1
file path=usr/man/man1/xxhsum.1
link path=usr/share/man/man1/xxh128sum.1 target=xxhsum.1
link path=usr/share/man/man1/xxh32sum.1 target=xxhsum.1
link path=usr/share/man/man1/xxh64sum.1 target=xxhsum.1
file path=usr/share/man/man1/xxhsum.1
components/library/libxxhash/xxhsum.p5m
@@ -31,7 +31,7 @@
link path=usr/bin/xxh64sum target=xxhsum
file path=usr/bin/xxhsum
link path=usr/man/man1/xxh128sum.1 target=xxhsum.1
link path=usr/man/man1/xxh32sum.1 target=xxhsum.1
link path=usr/man/man1/xxh64sum.1 target=xxhsum.1
file path=usr/man/man1/xxhsum.1
link path=usr/share/man/man1/xxh128sum.1 target=xxhsum.1
link path=usr/share/man/man1/xxh32sum.1 target=xxhsum.1
link path=usr/share/man/man1/xxh64sum.1 target=xxhsum.1
file path=usr/share/man/man1/xxhsum.1