[csw-devel] SF.net SVN: gar:[3801] csw/mgar/pkg
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Wed Mar 18 15:39:33 CET 2009
Revision: 3801
http://gar.svn.sourceforge.net/gar/?rev=3801&view=rev
Author: valholla
Date: 2009-03-18 14:39:32 +0000 (Wed, 18 Mar 2009)
Log Message:
-----------
initial Checkin
Added Paths:
-----------
csw/mgar/pkg/xmlrpc_c/
csw/mgar/pkg/xmlrpc_c/Makefile
csw/mgar/pkg/xmlrpc_c/branches/
csw/mgar/pkg/xmlrpc_c/tags/
csw/mgar/pkg/xmlrpc_c/trunk/
csw/mgar/pkg/xmlrpc_c/trunk/Makefile
csw/mgar/pkg/xmlrpc_c/trunk/checksums
csw/mgar/pkg/xmlrpc_c/trunk/files/
Added: csw/mgar/pkg/xmlrpc_c/Makefile
===================================================================
--- csw/mgar/pkg/xmlrpc_c/Makefile (rev 0)
+++ csw/mgar/pkg/xmlrpc_c/Makefile 2009-03-18 14:39:32 UTC (rev 3801)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Added: csw/mgar/pkg/xmlrpc_c/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlrpc_c/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xmlrpc_c/trunk/Makefile 2009-03-18 14:39:32 UTC (rev 3801)
@@ -0,0 +1,55 @@
+GARNAME = gd
+GARVERSION = 2.0.35
+CATEGORIES = lib
+
+DESCRIPTION = A library used for dynamic image creation
+define BLURB
+ GD is an open source code library for the dynamic creation of
+ images by programmers. GD creates PNG, JPEG and GIF images,
+ among other formats. GD is commonly used to generate charts,
+ graphics, thumbnails, and most anything else, on the fly.
+ While not restricted to use on the web, the most common
+ applications of GD involve web site development.
+endef
+
+MASTER_SITES = http://www.libgd.org/releases/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES += fixme.sh
+
+PACKAGES = CSWgd
+CATALOGNAME_CSWgd = gd
+SPKG_DESC_CSWgd = $(DESCRIPTION)
+
+PATCHFILES = Makefile.diff
+
+REQUIRED_PKGS_CSWgd = CSWexpat CSWfconfig CSWftype2 CSWiconv
+REQUIRED_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib
+
+# We define upstream file regex so we can be notifed of
+# new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix)
+CONFIGURE_ARGS += --with-png=$(prefix)
+CONFIGURE_ARGS += --with-freetype=$(prefix)
+CONFIGURE_ARGS += --with-fontconfig=$(prefix)
+CONFIGURE_ARGS += --with-jpeg=$(prefix)
+CONFIGURE_ARGS += --with-xpm=$(prefix)
+CONFIGURE_ARGS += --disable-fast-install
+
+post-configure-modulated:
+ @(echo "~~~ Fixing Libtool ~~~")
+ @$(DOWNLOADDIR)/fixme.sh $(WORKSRC)
+ $(DONADA)
+
+## There are no tests for this
+TEST_SCRIPTS = skip
+
+test-skip:
+ $(DONADA)
+
+include gar/category.mk
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