aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-irclib_0.4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-irclib_0.4.6.bb')
-rw-r--r--recipes/python/python-irclib_0.4.6.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-irclib_0.4.6.bb b/recipes/python/python-irclib_0.4.6.bb
new file mode 100644
index 0000000000..e416156e92
--- /dev/null
+++ b/recipes/python/python-irclib_0.4.6.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Python IRC (Internet Relay Chat) Support Library"
+SECTION = "devel/python"
+HOMEPAGE = "http://python-irclib.sourceforge.net/"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+PR = "ml1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/python-irclib/python-irclib-${PV}.tar.gz"
+
+inherit distutils
+