From b1f1d2a0f0b10c0119a7e95fa7f633fe8fc267bb Mon Sep 17 00:00:00 2001 From: ruskie Date: Fri, 5 Jan 2007 14:32:22 +0100 Subject: [PATCH] arcane-gkrellm2-plugins/earth_anim: inital commit --- arcane-gkrellm2-plugins/earth_anim/BUILD | 6 ++++++ arcane-gkrellm2-plugins/earth_anim/DEPENDS | 1 + arcane-gkrellm2-plugins/earth_anim/DETAILS | 14 ++++++++++++++ 3 files changed, 21 insertions(+) create mode 100755 arcane-gkrellm2-plugins/earth_anim/BUILD create mode 100755 arcane-gkrellm2-plugins/earth_anim/DEPENDS create mode 100755 arcane-gkrellm2-plugins/earth_anim/DETAILS diff --git a/arcane-gkrellm2-plugins/earth_anim/BUILD b/arcane-gkrellm2-plugins/earth_anim/BUILD new file mode 100755 index 0000000..1c10142 --- /dev/null +++ b/arcane-gkrellm2-plugins/earth_anim/BUILD @@ -0,0 +1,6 @@ +( + make && + prepare_install && + make INSTALLROOT=/usr install + +) > $C_FIFO 2>&1 diff --git a/arcane-gkrellm2-plugins/earth_anim/DEPENDS b/arcane-gkrellm2-plugins/earth_anim/DEPENDS new file mode 100755 index 0000000..5e56509 --- /dev/null +++ b/arcane-gkrellm2-plugins/earth_anim/DEPENDS @@ -0,0 +1 @@ +depends gkrellm2 diff --git a/arcane-gkrellm2-plugins/earth_anim/DETAILS b/arcane-gkrellm2-plugins/earth_anim/DETAILS new file mode 100755 index 0000000..3a3721e --- /dev/null +++ b/arcane-gkrellm2-plugins/earth_anim/DETAILS @@ -0,0 +1,14 @@ + SPELL=earth_anim + VERSION=0.3 + SOURCE=$SPELL-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SOURCE + SOURCE_URL[0]=http://www.geocities.com/saintdead/$SOURCE + MD5[0]=fc5517c55367f806939a96036e79e737 + WEB_SITE=http://web.wt.net/~billw/gkrellm/Plugins.html + ENTERED=20040301 + UPDATED=20040301 + LICENSE[0]=GPL + SHORT="This is a simple plugin that displays a rotating image of the earth." +cat << EOF +This is a simple plugin that displays a rotating image of the earth. +EOF -- 2.11.4.GIT