[csw-devel] SF.net SVN: gar:[5035] csw/mgar/pkg
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Sun May 24 22:09:00 CEST 2009
Revision: 5035
http://gar.svn.sourceforge.net/gar/?rev=5035&view=rev
Author: rthurner
Date: 2009-05-24 20:09:00 +0000 (Sun, 24 May 2009)
Log Message:
-----------
pil - python imaging library
Added Paths:
-----------
csw/mgar/pkg/pil/
csw/mgar/pkg/pil/branches/
csw/mgar/pkg/pil/tags/
csw/mgar/pkg/pil/trunk/
csw/mgar/pkg/pil/trunk/Makefile
csw/mgar/pkg/pil/trunk/checksums
csw/mgar/pkg/pil/trunk/files/
Property changes on: csw/mgar/pkg/pil/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/pil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pil/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/pil/trunk/Makefile 2009-05-24 20:09:00 UTC (rev 5035)
@@ -0,0 +1,41 @@
+GARNAME = pil
+GARVERSION = 1.1.6
+CATEGORIES = lib
+DISTNAME = Imaging-$(GARVERSION)
+
+
+DESCRIPTION = Python Imaging Library
+define BLURB
+ Long description
+endef
+
+MASTER_SITES = http://effbot.org/downloads/
+DISTFILES = $(DISTNAME).tar.gz
+
+REQUIRED_PKGS_CSWpil = CSWftype2 CSWjpeg CSWpython
+
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = Imaging-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+INSTALL_ARGS = --root=$(DESTDIR)
+
+include gar/category.mk
+
+install-custom:
+ @echo " ==> Installing $(GARNAME)"
+ @( cd $(WORKSRC) ; $(INSTALL_ENV) python ./setup.py install $(INSTALL_ARGS) )
+ $(DONADA)
+
+post-install: copy-docs
+ $(DONADA)
+
+
Added: csw/mgar/pkg/pil/trunk/checksums
===================================================================
--- csw/mgar/pkg/pil/trunk/checksums (rev 0)
+++ csw/mgar/pkg/pil/trunk/checksums 2009-05-24 20:09:00 UTC (rev 5035)
@@ -0,0 +1 @@
+3a9b5c20ca52f0a9900512d2c7347622 download/Imaging-1.1.6.tar.gz
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