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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 7 02:12:29 CET 2011


Revision: 16387
          http://gar.svn.sourceforge.net/gar/?rev=16387&view=rev
Author:   wahwah
Date:     2011-12-07 01:12:29 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
wkhtmltopdf: a stub, does not build

Modified Paths:
--------------
    csw/mgar/pkg/wkhtmltopdf/trunk/Makefile
    csw/mgar/pkg/wkhtmltopdf/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/wkhtmltopdf/

Modified: csw/mgar/pkg/wkhtmltopdf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile	2010-11-08 02:20:36 UTC (rev 11524)
+++ csw/mgar/pkg/wkhtmltopdf/trunk/Makefile	2011-12-07 01:12:29 UTC (rev 16387)
@@ -11,8 +11,8 @@
 ## For more information about GAR variables, please see:
 ## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference
 ##
-GARNAME = mypkg
-GARVERSION = 1.0
+NAME = wkhtmltopdf
+VERSION = 0.11.0_rc1
 ##
 ## The category that your software fits in. This is not a descriptive field, but
 ## influences the build process. Depending on the CATEGORIES setting, different
@@ -25,24 +25,23 @@
 CATEGORIES = lib
 ##
 ## A one-line description of the package, which will appear in the pkginfo.
-DESCRIPTION = <please fill in>
+DESCRIPTION = Convert html to pdf using webkit (qtwebkit)
 ##
 ## A longer description of the package. This is only for descriptive purposes
 ## inside the Makefile and is not used elsewhere.
 define BLURB
-  <please fill in>
 endef
 ##
 ## Upstream URL that should show up in the VENDOR field as well as on
 ## http://opencsw.org/packages/<packagename>.
-SPKG_SOURCEURL =
+SPKG_SOURCEURL = http://code.google.com/p/wkhtmltopdf
 ##
 ## Whitespace-separated list of URLs to download the source package from.
 ## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR).
-MASTER_SITES =
+MASTER_SITES = $(GOOGLE_MIRROR)
 ##
 ## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the
-## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge
+## Sourceforge project name differs from $(NAME). Specifies the Sourceforge
 ## project name of the software you wish to download.
 ## SF_PROJ =
 ##
@@ -54,10 +53,9 @@
 ## Whitespace-separated list of files which comprise this build. mGAR will look
 ## for the files in the $(FILEDIR) (trunk/files) directory and on the
 ## $(MASTER_SITES).
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES  = $(NAME)-$(VERSION).tar.bz2
+# http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1.tar.bz2
 ##
-## We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 ##
 ## Catalog name is the name to be used with pkg{-get,util} -i <pkgname>.
 ## It is different from the system package name, which by convention is CSWpkgname.
@@ -145,15 +143,15 @@
 ## completely (for example when your software doesn't need to be compiled) assign
 ## this variable an empty value. The procedure works for configure, build,
 ## install and test steps.
-## CONFIGURE_SCRIPTS =
-## BUILD_SCRIPTS =
+CONFIGURE_SCRIPTS = custom
+# BUILD_SCRIPTS =
 ## INSTALL_SCRIPTS =
 ## TEST_SCRIPTS =
 ##
 ## Compilation settings
 ##
 ## The build directory.
-## WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
+## WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION)
 ##
 ## BUILD_ARGS is passed as an argument to gmake during the build phase. Use this
 ## for example, if you need to override Makefile variables.
@@ -176,10 +174,8 @@
 ## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4.
 ## GARCOMPILER = SOS11
 ##
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
-	@true
+include gar/category.mk
 
-#include gar/category.mk
+configure-custom:
+	cd $(WORKSRC); qmake
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/wkhtmltopdf/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums	2010-11-08 02:20:36 UTC (rev 11524)
+++ csw/mgar/pkg/wkhtmltopdf/trunk/checksums	2011-12-07 01:12:29 UTC (rev 16387)
@@ -0,0 +1 @@
+65378cf59698c676fcd6d8f5efd54be6  wkhtmltopdf-0.11.0_rc1.tar.bz2

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