Revision: 26527 http://sourceforge.net/p/gar/code/26527 Author: dmichelsen Date: 2019-04-23 11:59:34 +0000 (Tue, 23 Apr 2019) Log Message: ----------- libstatomic: Initial commit
Added Paths: ----------- csw/mgar/pkg/libstatomic/ csw/mgar/pkg/libstatomic/Makefile csw/mgar/pkg/libstatomic/branches/ csw/mgar/pkg/libstatomic/tags/ csw/mgar/pkg/libstatomic/trunk/ csw/mgar/pkg/libstatomic/trunk/Makefile csw/mgar/pkg/libstatomic/trunk/checksums csw/mgar/pkg/libstatomic/trunk/files/ Added: csw/mgar/pkg/libstatomic/Makefile =================================================================== --- csw/mgar/pkg/libstatomic/Makefile (rev 0) +++ csw/mgar/pkg/libstatomic/Makefile 2019-04-23 11:59:34 UTC (rev 26527) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/libstatomic/trunk =================================================================== --- csw/mgar/pkg/libstatomic/trunk 2019-04-22 22:04:25 UTC (rev 26526) +++ csw/mgar/pkg/libstatomic/trunk 2019-04-23 11:59:34 UTC (rev 26527) Property changes on: csw/mgar/pkg/libstatomic/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/libstatomic/trunk/Makefile =================================================================== --- csw/mgar/pkg/libstatomic/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libstatomic/trunk/Makefile 2019-04-23 11:59:34 UTC (rev 26527) @@ -0,0 +1,46 @@ +# $Id$ +NAME = libstatomic +VERSION = 12.6 +GARTYPE = v2 + +DESCRIPTION = Sun Studio 12u6 libstatomic.so.1 +define BLURB +endef + +MASTER_SITES = manual:// +DISTFILES += + +VENDOR_URL = https://docs.oracle.com/cd/E77782_01/html/E77806/glpms.html + +# File name regex to get notifications about upstream software releases +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + +LICENSE_TEXT = Library libstatomic.so.1 is distributable due to https://docs.oracle.com/cd/E77782_01/html/E77806/glpms.html + +PACKAGES += CSWlibstatomic1 + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +LIBS-sparc += libstatomic.so.1 +LIBS-i386 += libstatomic.so.1 + +include gar/category.mk + +SRCDIR-sparcv9 = sparcv9 +SRCDIR-amd64 = amd64 + +# Tell the user to download the file manually +manual//%: + @echo + @echo "Please make sure Oracle Developerdtudio is installed in /opt/developerstudio12.6/" + @echo + +install-custom: + ginstall -d $(DESTDIR)$(libdir) + $(foreach L,$(LIBS-$(GARCH)),ginstall $(SOS12U6_CC_HOME)/lib/compilers/atomic/$L $(DESTDIR)$(libdir);) + ginstall -d $(DESTDIR)$(libdir)/$(ISA_DEFAULT64) + $(foreach L,$(LIBS-$(GARCH)),if [ -f $(SOS12U6_CC_HOME)/lib/compilers/atomic/$(SRCDIR-$(ISA_DEFAULT64))/$L ]; then ginstall $(SOS12U6_CC_HOME)/lib/compilers/atomic/$(SRCDIR-$(ISA_DEFAULT64))/$L $(DESTDIR)$(libdir)/$(ISA_DEFAULT64); fi;) + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/libstatomic/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/libstatomic/trunk/checksums =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.