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

theferret at users.sourceforge.net theferret at users.sourceforge.net
Wed May 26 19:13:24 CEST 2010


Revision: 9998
          http://gar.svn.sourceforge.net/gar/?rev=9998&view=rev
Author:   theferret
Date:     2010-05-26 17:13:24 +0000 (Wed, 26 May 2010)

Log Message:
-----------
xpm hand-hack package

Added Paths:
-----------
    csw/mgar/pkg/xpm/
    csw/mgar/pkg/xpm/trunk/
    csw/mgar/pkg/xpm/trunk/Makefile
    csw/mgar/pkg/xpm/trunk/patchfile.postconf
    csw/mgar/pkg/xpm/trunk/pkginfo


Property changes on: csw/mgar/pkg/xpm/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work
cswstage
build


Added: csw/mgar/pkg/xpm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xpm/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xpm/trunk/Makefile	2010-05-26 17:13:24 UTC (rev 9998)
@@ -0,0 +1,35 @@
+#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`
+
+
+BUILDDIR=build/*
+
+CREATEPKG=createpkg -r `pwd`/build/*/cswstage
+
+
+STDFILES=pkginfo copyright prototype
+FILES=
+
+package:	$(STDFILE) $(FILES)
+	$(CREATEPKG)
+
+
+build:
+	(cd $(BUILDDIR) ; \
+	test -f ../../patchfile.preconf && \
+		gpatch -p0 <../../patchfile.preconf ; \
+	./configure --prefix=/opt/csw ; \
+	test -f ../../patchfile.postconf && \
+                 gpatch -p0 <../../patchfile.postconf  ; \
+	$(MAKE) ; \
+	cswstage  )
+
+clean:
+	rm -f *.pkg.gz package
+

Added: csw/mgar/pkg/xpm/trunk/patchfile.postconf
===================================================================
--- csw/mgar/pkg/xpm/trunk/patchfile.postconf	                        (rev 0)
+++ csw/mgar/pkg/xpm/trunk/patchfile.postconf	2010-05-26 17:13:24 UTC (rev 9998)
@@ -0,0 +1,11 @@
+--- config.h.orig	Wed May 26 10:09:02 2010
++++ config.h	Wed May 26 10:08:51 2010
+@@ -71,7 +71,7 @@
+ #define STDC_HEADERS 1
+ 
+ /* Define to 1 if you want to use the gettext() function. */
+-#define USE_GETTEXT 1
++/*#define USE_GETTEXT 1*/
+ 
+ /* Version number of package */
+ #define VERSION "3.5.8"

Added: csw/mgar/pkg/xpm/trunk/pkginfo
===================================================================
--- csw/mgar/pkg/xpm/trunk/pkginfo	                        (rev 0)
+++ csw/mgar/pkg/xpm/trunk/pkginfo	2010-05-26 17:13:24 UTC (rev 9998)
@@ -0,0 +1,9 @@
+PKG=CSWxpm
+ARCH=sparc
+NAME=xpm - X11 pixmap library
+VERSION=3.5.8,REV=2010.05.24
+CATEGORY=application
+VENDOR=http://mirrors.usc.edu/ packaged for CSW by Philip Brown
+HOTLINE=http://www.opencsw.org/bugtrack/
+EMAIL=phil at opencsw.org
+OPENCSW_REPOSITORY=https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/xpm/trunk


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