[Lunar-commits] <moonbase>
Auke Kok
sofar at foo-projects.org
Fri Mar 14 18:18:05 CET 2008
commit 92c143db74fca0ce5883255221d1619caff4fa61
Author: James Buren <flakeroats at hotmail.com>
Date: Fri Mar 14 18:18:05 2008 +0100
---
zbeta/PyPanel/BUILD | 5 +++++
zbeta/PyPanel/DEPENDS | 3 +++
zbeta/PyPanel/DETAILS | 15 +++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/zbeta/PyPanel/BUILD b/zbeta/PyPanel/BUILD
new file mode 100644
index 0000000..376b7fd
--- /dev/null
+++ b/zbeta/PyPanel/BUILD
@@ -0,0 +1,5 @@
+(
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+) > $C_FIFO 2>&1
diff --git a/zbeta/PyPanel/DEPENDS b/zbeta/PyPanel/DEPENDS
new file mode 100644
index 0000000..79a79a2
--- /dev/null
+++ b/zbeta/PyPanel/DEPENDS
@@ -0,0 +1,3 @@
+depends Python
+depends imlib2
+depends python-xlib
diff --git a/zbeta/PyPanel/DETAILS b/zbeta/PyPanel/DETAILS
new file mode 100644
index 0000000..59cf131
--- /dev/null
+++ b/zbeta/PyPanel/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=PyPanel
+ VERSION=2.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/pypanel/
+ SOURCE_VFY=sha1:10935d671bcfa04cec7c45785668fea5a4fbad1d
+ WEB_SITE=http://pypanel.sourceforge.net/
+ ENTERED=20080303
+ UPDATED=20080303
+ SHORT="A lightweight X11 desktop panel"
+
+cat << EOF
+PyPanel is a panel based off python that is capable of transparency and
+many other features.
+EOF
+
More information about the Lunar-commits
mailing list