diff options
author | obache <obache@pkgsrc.org> | 2008-12-14 15:50:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-14 15:50:21 +0000 |
commit | cb0576a0d398bfe492e5398c5c4ee23cc4458f37 (patch) | |
tree | 7e3e7d5cb13cb390060b83996560ad7235391b59 /graphics/py-clutter | |
parent | 99a5b0277c5c3c8172fa16da2b023e14119a80bd (diff) | |
download | pkgsrc-cb0576a0d398bfe492e5398c5c4ee23cc4458f37.tar.gz |
Import py-clutter-0.8.2 as graphics/py-clutter.
This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.
Diffstat (limited to 'graphics/py-clutter')
-rw-r--r-- | graphics/py-clutter/DESCR | 2 | ||||
-rw-r--r-- | graphics/py-clutter/Makefile | 33 | ||||
-rw-r--r-- | graphics/py-clutter/PLIST | 27 | ||||
-rw-r--r-- | graphics/py-clutter/distinfo | 5 |
4 files changed, 67 insertions, 0 deletions
diff --git a/graphics/py-clutter/DESCR b/graphics/py-clutter/DESCR new file mode 100644 index 00000000000..ce442c498b9 --- /dev/null +++ b/graphics/py-clutter/DESCR @@ -0,0 +1,2 @@ +This package contains the Python modules that allow you to use the +Clutter toolkit in Python programs. diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile new file mode 100644 index 00000000000..f859730c60c --- /dev/null +++ b/graphics/py-clutter/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $ +# + +DISTNAME= pyclutter-0.8.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/0.8/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.clutter-project.org/ +COMMENT= Python modules for Clutter toolkit + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config + +PKGCONFIG_OVERRIDE+= pyclutter.pc.in + +PY_PATCHPLIST= yes + +.include "../../devel/glib2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_API_DEPENDS.clutter+= clutter>=0.8.4 +.include "../../graphics/clutter/buildlink3.mk" +.include "../../graphics/py-cairo/buildlink3.mk" +.include "../../devel/py-gobject/buildlink3.mk" +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../multimedia/py-gstreamer0.10/buildlink3.mk" +.include "../../x11/py-gtk2/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-clutter/PLIST b/graphics/py-clutter/PLIST new file mode 100644 index 00000000000..794f6b2e647 --- /dev/null +++ b/graphics/py-clutter/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $ +include/pyclutter-1.0/pyclutter/pyclutter.h +lib/pkgconfig/pyclutter-0.8.pc +${PYSITELIB}/clutter/__init__.py +${PYSITELIB}/clutter/__init__.pyc +${PYSITELIB}/clutter/__init__.pyo +${PYSITELIB}/clutter/_clutter.la +${PYSITELIB}/clutter/deprecation.py +${PYSITELIB}/clutter/deprecation.pyc +${PYSITELIB}/clutter/deprecation.pyo +${PYSITELIB}/clutter/keysyms.py +${PYSITELIB}/clutter/keysyms.pyc +${PYSITELIB}/clutter/keysyms.pyo +share/pyclutter/1.0/defs/clutter-base-types.defs +share/pyclutter/1.0/defs/clutter-base.defs +share/pyclutter/1.0/defs/clutter-types.defs +share/pyclutter/1.0/defs/clutter.defs +share/pyclutter/1.0/defs/cogl-base-types.defs +share/pyclutter/1.0/defs/cogl-base.defs +share/pyclutter/1.0/defs/cogl-types.defs +share/pyclutter/1.0/defs/cogl.defs +@dirrm share/pyclutter/1.0/defs +@dirrm share/pyclutter/1.0 +@dirrm share/pyclutter +@dirrm ${PYSITELIB}/clutter +@dirrm include/pyclutter-1.0/pyclutter +@dirrm include/pyclutter-1.0 diff --git a/graphics/py-clutter/distinfo b/graphics/py-clutter/distinfo new file mode 100644 index 00000000000..74e0e05ed0b --- /dev/null +++ b/graphics/py-clutter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $ + +SHA1 (pyclutter-0.8.2.tar.gz) = d9b5ac3d1cd40e94932d67319a995f7f9ca1fd98 +RMD160 (pyclutter-0.8.2.tar.gz) = d62b4df0696748ac002a47505f3efc9bf0d3c238 +Size (pyclutter-0.8.2.tar.gz) = 552778 bytes |