SF.net SVN: gar:[22443] csw/mgar/pkg/cppunit/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Nov 7 15:49:36 CET 2013
Revision: 22443
http://gar.svn.sourceforge.net/gar/?rev=22443&view=rev
Author: dmichelsen
Date: 2013-11-07 14:49:36 +0000 (Thu, 07 Nov 2013)
Log Message:
-----------
cppunit/trunk: RElocate to standard location
Modified Paths:
--------------
csw/mgar/pkg/cppunit/trunk/Makefile
Modified: csw/mgar/pkg/cppunit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cppunit/trunk/Makefile 2013-11-07 14:39:16 UTC (rev 22442)
+++ csw/mgar/pkg/cppunit/trunk/Makefile 2013-11-07 14:49:36 UTC (rev 22443)
@@ -18,24 +18,22 @@
# http://sourceforge.net/tracker/?func=detail&aid=3483400&group_id=11795&atid=111795
PATCHFILES += cppunit-1.12.1-configure.in-fabs.patch
-PACKAGES += CSWlibcppunit1-12-1-gxx
-SPKG_DESC_CSWlibcppunit1-12-1-gxx = C++ port of JUnit, libcppunit-1.12.so.1
-PKGFILES_CSWlibcppunit1-12-1-gxx += $(call pkgfiles_lib,libcppunit-1.12.so.1)
-RUNTIME_DEP_PKGS_CSWlibcppunit1-12-1-gxx += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibcppunit1-12-1-gxx += CSWlibstdc++6
+PACKAGES += CSWlibcppunit1-12-1
+SPKG_DESC_CSWlibcppunit1-12-1 = C++ port of JUnit, libcppunit-1.12.so.1
+PKGFILES_CSWlibcppunit1-12-1 += $(call pkgfiles_lib,libcppunit-1.12.so.1)
+RUNTIME_DEP_PKGS_CSWlibcppunit1-12-1 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibcppunit1-12-1 += CSWlibstdc++6
-PACKAGES += CSWcppunit-gxx-dev
-SPKG_DESC_CSWcppunit-gxx-dev = Development files C++ port of JUnit
+PACKAGES += CSWcppunit-dev
+SPKG_DESC_CSWcppunit-dev = Development files C++ port of JUnit
# PKGFILES is catchall
-RUNTIME_DEP_PKGS_CSWcppunit-gxx-dev += CSWlibcppunit1-12-1-gxx
-RUNTIME_DEP_PKGS_CSWcppunit-gxx-dev += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWcppunit-gxx-dev += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWcppunit-dev += CSWlibcppunit1-12-1-gxx
+RUNTIME_DEP_PKGS_CSWcppunit-dev += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWcppunit-dev += CSWlibstdc++6
# This is just an example
-CHECKPKG_OVERRIDES_CSWcppunit-gxx-dev += file-with-bad-content|/usr/local|root/opt/csw/gxx/share/doc/cppunit/money_example.html
+CHECKPKG_OVERRIDES_CSWcppunit-dev += file-with-bad-content|/usr/local|root/opt/csw/gxx/share/doc/cppunit/money_example.html
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
-prefix = $(BUILD_PREFIX)/gxx
GARCOMPILER = GNU
BUILD64 = 1
@@ -45,8 +43,3 @@
post-patch-modulated:
-cd $(WORKSRC) && autoreconf -fi
@$(MAKECOOKIE)
-
-post-install-modulated:
- ginstall -d $(DESTDIR)$(BUILD_PREFIX)/share/aclocal
- ln -s $(sharedstatedir)/aclocal/cppunit.m4 $(DESTDIR)$(BUILD_PREFIX)/share/aclocal/cppunit.m4
- @$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list