[csw-devel] SF.net SVN: gar:[11275] csw/mgar/pkg/pil/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Oct 12 21:01:44 CEST 2010


Revision: 11275
          http://gar.svn.sourceforge.net/gar/?rev=11275&view=rev
Author:   wahwah
Date:     2010-10-12 19:01:44 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
pil: Getting ready for a rebuild against Python 2.6.

Modified Paths:
--------------
    csw/mgar/pkg/pil/trunk/Makefile

Property Changed:
----------------
    csw/mgar/pkg/pil/trunk/Makefile

Modified: csw/mgar/pkg/pil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pil/trunk/Makefile	2010-10-12 17:58:43 UTC (rev 11274)
+++ csw/mgar/pkg/pil/trunk/Makefile	2010-10-12 19:01:44 UTC (rev 11275)
@@ -1,3 +1,5 @@
+# $Id$
+
 GARNAME = pil
 GARVERSION = 1.1.7
 CATEGORIES = python
@@ -3,29 +5,47 @@
 DISTNAME = Imaging-$(GARVERSION)
 
-
-DESCRIPTION = Python Imaging Library
 define BLURB
-  Long description
+	The Python Imaging Library (PIL) adds image processing capabilities to your
+	Python interpreter. This library supports many file formats, and provides
+	powerful image processing and graphics capabilities.
 endef
 
 MASTER_SITES = http://effbot.org/downloads/
 DISTFILES  = $(DISTNAME).tar.gz
 
+PACKAGES = CSWpy-pil CSWpil
 
-RUNTIME_DEP_PKGS_CSWpil = CSWlcmsrt CSWftype2 CSWjpeg CSWtcl CSWzlib CSWtk
+SPKG_DESC_CSWpy-pil = Python Imaging Library
+SPKG_DESC_CSWpil = An empty transitional package
 
+CATALOGNAME_CSWpy-pil = py_pil
+CATALOGNAME_CSWpil    = pil
 
-# We define upstream file regex so we can be notifed of new upstream software release
+ARCHALL_CSWpil = 1
+
+PKGFILES_CSWpil = NONE
+
+RUNTIME_DEP_PKGS_CSWpy-pil += CSWftype2
+RUNTIME_DEP_PKGS_CSWpy-pil += CSWjpeg
+RUNTIME_DEP_PKGS_CSWpy-pil += CSWlcmsrt
+RUNTIME_DEP_PKGS_CSWpy-pil += CSWtcl
+RUNTIME_DEP_PKGS_CSWpy-pil += CSWtk
+RUNTIME_DEP_PKGS_CSWpy-pil += CSWzlib
+
+RUNTIME_DEP_PKGS_CSWpil += CSWpy-pil
+
 UFILES_REGEX = Imaging-(\d+(?:\.\d+)*).tar.gz
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyc
 
-# 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 = 
+# The empty transitional package still has the dependency on CSWpython added by
+# GAR.  It's not really necessary, becayse CSWpy-pil depends on Python too, but
+# it doesn't do any harm either.
+CHECKPKG_OVERRIDES_CSWpil += surplus-dependency|CSWpython
+# Transitional dependency.
+CHECKPKG_OVERRIDES_CSWpil += surplus-dependency|CSWpy-pil
 
-CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS =
 TEST_SCRIPTS =
 
-CHECKPKG_OVERRIDES_CSWpil += license-missing
+LICENSE = README
 
 include gar/category.mk


Property changes on: csw/mgar/pkg/pil/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id


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