Revision: 26535 http://sourceforge.net/p/gar/code/26535 Author: dmichelsen Date: 2019-05-21 15:27:41 +0000 (Tue, 21 May 2019) Log Message: ----------- lz4: Initial commit
Added Paths: ----------- csw/mgar/pkg/lz4/ csw/mgar/pkg/lz4/Makefile csw/mgar/pkg/lz4/branches/ csw/mgar/pkg/lz4/tags/ csw/mgar/pkg/lz4/trunk/ csw/mgar/pkg/lz4/trunk/Makefile csw/mgar/pkg/lz4/trunk/checksums csw/mgar/pkg/lz4/trunk/files/ Added: csw/mgar/pkg/lz4/Makefile =================================================================== --- csw/mgar/pkg/lz4/Makefile (rev 0) +++ csw/mgar/pkg/lz4/Makefile 2019-05-21 15:27:41 UTC (rev 26535) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/lz4/trunk =================================================================== --- csw/mgar/pkg/lz4/trunk 2019-05-21 13:18:38 UTC (rev 26534) +++ csw/mgar/pkg/lz4/trunk 2019-05-21 15:27:41 UTC (rev 26535) Property changes on: csw/mgar/pkg/lz4/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/lz4/trunk/Makefile =================================================================== --- csw/mgar/pkg/lz4/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lz4/trunk/Makefile 2019-05-21 15:27:41 UTC (rev 26535) @@ -0,0 +1,45 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = lz4 +VERSION = 1.9.1 +GARTYPE = v2 + +DESCRIPTION = Extremely Fast Compression algorithm + +MASTER_SITES = https://github.com/lz4/lz4/archive/ +DISTFILES = v$(VERSION).tar.gz + +PACKAGES += CSWlz4 +SPKG_DESC_CSWlz4 = Extremely Fast Compression algorithm +# PKGFILES is catchall + +PACKAGES += CSWliblz4-1 +SPKG_DESC_CSWliblz4-1 = Extremely Fast Compression algorithm, liblz4.so.1 +PKGFILES_CSWliblz4-1 += $(call pkgfiles_lib,liblz4.so.1) +RUNTIME_DEP_PKGS_CSWliblz4-1 += CSWlibgcc-s1 + +PACKAGES += CSWliblz4-dev +SPKG_DESC_CSWliblz4-dev = Development files for liblz4.so.1 +PKGFILES_CSWliblz4-dev += $(PKGFILES_DEVEL) +RUNTIME_DEP_PKGS_CSWliblz4-dev += CSWliblz4-1 + +GARCOMPILER = GNU +BUILD64 = 1 +ISAEXEC = 1 + +# There is no configure, just a static Makefile +CONFIGURE_SCRIPTS = + +# For nanosleep(3rt) +EXTRA_LDFLAGS += -lrt + +# We need unary '!' as prefix operator +TEST_OVERRIDE_VARS += SHELL +TEST_OVERRIDE_VAR_SHELL = /opt/csw/bin/bash + +# We need GNU sed as 'sed' +INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) + +include gar/category.mk + Property changes on: csw/mgar/pkg/lz4/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/lz4/trunk/checksums =================================================================== --- csw/mgar/pkg/lz4/trunk/checksums (rev 0) +++ csw/mgar/pkg/lz4/trunk/checksums 2019-05-21 15:27:41 UTC (rev 26535) @@ -0,0 +1 @@ +a80f28f2a2e5fe59ebfe8407f793da22 v1.9.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.