Revision: 20958
          http://gar.svn.sourceforge.net/gar/?rev=20958&view=rev
Author:   pfelecan
Date:     2013-05-03 13:09:47 +0000 (Fri, 03 May 2013)
Log Message:
-----------
lang-python/sip/trunk: instantiate

Added Paths:
-----------
    csw/mgar/pkg/lang-python/sip/
    csw/mgar/pkg/lang-python/sip/Makefile
    csw/mgar/pkg/lang-python/sip/branches/
    csw/mgar/pkg/lang-python/sip/tags/
    csw/mgar/pkg/lang-python/sip/trunk/
    csw/mgar/pkg/lang-python/sip/trunk/Makefile
    csw/mgar/pkg/lang-python/sip/trunk/checksums
    csw/mgar/pkg/lang-python/sip/trunk/files/

Added: csw/mgar/pkg/lang-python/sip/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/sip/Makefile                               (rev 0)
+++ csw/mgar/pkg/lang-python/sip/Makefile       2013-05-03 13:09:47 UTC (rev 
20958)
@@ -0,0 +1,2 @@
+%:
+       $(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/lang-python/sip/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/lang-python/sip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/sip/trunk/Makefile                         (rev 0)
+++ csw/mgar/pkg/lang-python/sip/trunk/Makefile 2013-05-03 13:09:47 UTC (rev 
20958)
@@ -0,0 +1,63 @@
+# $Id$
+
+NAME           =       sip
+VERSION                =       4.14.6
+CATEGORIES     =       python
+GARTYPE                =       v2
+
+DESCRIPTION    =       Tool for creating Python bindings for C and C++
+define BLURB
+  SIP is a tool that makes it very easy to create Python bindings for
+  C and C++ libraries. It was originally developed to create PyQt,
+  the Python bindings for the Qt toolkit, but can be used to create
+  bindings for any C or C++ library.
+endef
+
+MASTER_SITES   =       $(SF_MIRRORS)
+SF_PROJECT             =       pyqt
+SPKG_SOURCEURL =       $(MASTER_SITES)
+DISTFILES              =       $(DISTNAME).tar.gz
+
+LICENSE                        =       LICENSE-GPL3
+
+GARCOMPILER                    =       GNU
+CONFIGURE_ARGS         =       $(DIRPATHS)
+CONFIGURE_SCRIPTS      =       custom
+
+BUILD_SCRIPTS  =       custom
+
+TEST_SCRIPTS   =
+
+INSTALL_SCRIPTS        =       custom
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH)
+
+configure-custom:
+       cd $(WORKSRC) && \
+               /usr/bin/env -i \
+                 $(CONFIGURE_ENV) \
+                       bash -c 'python configure.py \
+                               --platform=solaris-g++ \
+                               CC="$${CC}" \
+                               CFLAGS="$${CFLAGS}" \
+                               CXX="$${CXX}" \
+                               CXXFLAGS="$${CXXFLAGS}" \
+                               INCDIR="$${includedir}" \
+                               '
+       @$(MAKECOOKIE)
+
+build-custom:
+       cd $(WORKSRC) && \
+               /usr/bin/env -i \
+                 $(BUILD_ENV) \
+                       $(MAKE)
+       @$(MAKECOOKIE)
+
+install-custom:
+       cd $(WORKSRC) && \
+               /usr/bin/env -i \
+                 $(INSTALL_ENV) \
+                       $(MAKE) install
+       @$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/lang-python/sip/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/sip/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/sip/trunk/checksums                                
(rev 0)
+++ csw/mgar/pkg/lang-python/sip/trunk/checksums        2013-05-03 13:09:47 UTC 
(rev 20958)
@@ -0,0 +1 @@
+d6493b9f0a7911566545f694327314c4  sip-4.14.6.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to