From 6ddc11efd9825a7d8f9781e110ab02b9336c7e0e Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Sat, 2 Jan 2010 02:42:55 +0100 Subject: [PATCH] initial pyinotify exheres --- .../pyinotify/pyinotify-0.8.8.exheres-0 | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 packages/dev-libs/pyinotify/pyinotify-0.8.8.exheres-0 diff --git a/packages/dev-libs/pyinotify/pyinotify-0.8.8.exheres-0 b/packages/dev-libs/pyinotify/pyinotify-0.8.8.exheres-0 new file mode 100644 index 0000000..c6eb691 --- /dev/null +++ b/packages/dev-libs/pyinotify/pyinotify-0.8.8.exheres-0 @@ -0,0 +1,31 @@ +# Copyright 2009 Daniel Mierswa +# Distributed under the terms of the GNU General Public License v2 + +require distutils + +SUMMARY="A pure Python module used for monitoring filesystems events." +HOMEPAGE="http://trac.dbzteam.org/pyinotify" +DOWNLOADS="http://seb.dbzteam.org/pub/pyinotify/releases/${PNV}.tar.gz" + +LICENCES="GPL-2" +SLOT="0" +PLATFORMS="~amd64" + +REMOTE_IDS="freshmeat:pyinotify pypi:pyinotify" + +UPSTREAM_RELEASE_NOTES="${HOMEPAGE}/wiki/LastDevelopments" +UPSTREAM_DOCUMENTATION=" + ${HOMEPAGE}/pyinotify-api [[ description = [ API documentation ] ]] + ${HOMEPAGE}/wiki/DocumentationPage [[ description = [ Additional API documentation ] ]] +" + +WORK="${WORKBASE}/pyinotify" + +src_install() { + distutils_src_install + insinto /usr/share/doc/${PNVR}/html + doins -r docstrings/* + insinto /usr/share/pyinotify/examples + doins -r examples/* +} +