[Lunar-commits] <moonbase> conkyforecast: Initial import
Stefan Wold
ratler at lunar-linux.org
Wed Mar 17 17:53:12 CET 2010
commit 8173e5681d9eea0bc910b3caeb18739c5e63a955
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed Mar 17 17:53:12 2010 +0100
conkyforecast: Initial import
---
x11-utils/conkyforecast/BUILD | 8 ++++++++
x11-utils/conkyforecast/DEPENDS | 3 +++
x11-utils/conkyforecast/DETAILS | 13 +++++++++++++
x11-utils/conkyforecast/POST_INSTALL | 1 +
x11-utils/conkyforecast/PRE_BUILD | 4 ++++
5 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/x11-utils/conkyforecast/BUILD b/x11-utils/conkyforecast/BUILD
new file mode 100644
index 0000000..4eaaae1
--- /dev/null
+++ b/x11-utils/conkyforecast/BUILD
@@ -0,0 +1,8 @@
+(
+
+ cd src &&
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/x11-utils/conkyforecast/DEPENDS b/x11-utils/conkyforecast/DEPENDS
new file mode 100644
index 0000000..9a09e05
--- /dev/null
+++ b/x11-utils/conkyforecast/DEPENDS
@@ -0,0 +1,3 @@
+depends conky
+depends Python
+depends fontconfig
diff --git a/x11-utils/conkyforecast/DETAILS b/x11-utils/conkyforecast/DETAILS
new file mode 100644
index 0000000..10f8f78
--- /dev/null
+++ b/x11-utils/conkyforecast/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=conkyforecast
+ VERSION=2.09
+ SOURCE=${MODULE}_${VERSION}.tar.gz
+ SOURCE_URL=http://launchpadlibrarian.net/31749422/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:c939dd36b66b90df7d14619742babea857777328
+ WEB_SITE="https://code.launchpad.net/~m-buck/+junk/conkyforecast"
+ ENTERED=20100317
+ UPDATED=20100317
+ SHORT="Provides weather forecast information to be dislayed in conky"
+cat <<EOF
+Provides weather forecast information to be dislayed in conky.
+EOF
diff --git a/x11-utils/conkyforecast/POST_INSTALL b/x11-utils/conkyforecast/POST_INSTALL
new file mode 100644
index 0000000..bb5f5f1
--- /dev/null
+++ b/x11-utils/conkyforecast/POST_INSTALL
@@ -0,0 +1 @@
+fc-cache -f
diff --git a/x11-utils/conkyforecast/PRE_BUILD b/x11-utils/conkyforecast/PRE_BUILD
new file mode 100644
index 0000000..5a9e541
--- /dev/null
+++ b/x11-utils/conkyforecast/PRE_BUILD
@@ -0,0 +1,4 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE
More information about the Lunar-commits
mailing list