[csw-devel] SF.net SVN: gar:[9872] csw/mgar/pkg

theferret at users.sourceforge.net theferret at users.sourceforge.net
Fri May 14 23:56:18 CEST 2010


Revision: 9872
          http://gar.svn.sourceforge.net/gar/?rev=9872&view=rev
Author:   theferret
Date:     2010-05-14 21:56:18 +0000 (Fri, 14 May 2010)

Log Message:
-----------
Initial framework for this pkg

Added Paths:
-----------
    csw/mgar/pkg/isaexec/
    csw/mgar/pkg/isaexec/trunk/
    csw/mgar/pkg/isaexec/trunk/Makefile
    csw/mgar/pkg/isaexec/trunk/pkginfo
    csw/mgar/pkg/isaexec/trunk/prototype

Added: csw/mgar/pkg/isaexec/trunk/Makefile
===================================================================
--- csw/mgar/pkg/isaexec/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/isaexec/trunk/Makefile	2010-05-14 21:56:18 UTC (rev 9872)
@@ -0,0 +1,26 @@
+#This Makefile originally generated from a template under 
+# pkg/TEMPLATES/createpkg
+
+#Uncomment one of these definitions. The -b invokation,
+# is suitable for use with small packages, where you want to have a few files
+# in your top level src directory. It is also suitable for
+# "relocateable" packages. see the createpkg docs for more details.
+#CREATEPKG=createpkg -b `pwd`
+#CREATEPKG=createpkg -r .
+CREATEPKG=createpkg -r `pwd`/cswstage
+
+package:	$(STDFILE) $(FILES)
+	$(CREATEPKG)
+	touch package
+
+build:
+	./configure --prefix=/opt/csw
+	$(MAKE)
+	cswstage
+
+clean:
+	rm *.pkg.gz
+
+STDFILES=pkginfo copyright prototype
+
+FILES=YourFilesHere

Added: csw/mgar/pkg/isaexec/trunk/pkginfo
===================================================================
--- csw/mgar/pkg/isaexec/trunk/pkginfo	                        (rev 0)
+++ csw/mgar/pkg/isaexec/trunk/pkginfo	2010-05-14 21:56:18 UTC (rev 9872)
@@ -0,0 +1 @@
+ERROR: need name of software

Added: csw/mgar/pkg/isaexec/trunk/prototype
===================================================================
--- csw/mgar/pkg/isaexec/trunk/prototype	                        (rev 0)
+++ csw/mgar/pkg/isaexec/trunk/prototype	2010-05-14 21:56:18 UTC (rev 9872)
@@ -0,0 +1,3 @@
+i pkginfo
+i depend
+i copyright


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