[Lunar-commits] <moonbase> linuxdcpp: initial import
Duncan Gibson
engelsman at lunar-linux.org
Thu Aug 13 21:57:52 CEST 2009
commit 8bd50080d918270db1dc62a7ac14f4fd8b5cbe2e
Author: giorgos chatzipavlis <lazyape at gmail.com>
Date: Thu Aug 13 21:57:52 2009 +0200
linuxdcpp: initial import
Note: downloads, compiles and installs OK but untested - engelsman
---
zbeta/linuxdcpp/BUILD | 8 ++++++++
zbeta/linuxdcpp/DEPENDS | 3 +++
zbeta/linuxdcpp/DETAILS | 23 +++++++++++++++++++++++
3 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/zbeta/linuxdcpp/BUILD b/zbeta/linuxdcpp/BUILD
new file mode 100644
index 0000000..eea7033
--- /dev/null
+++ b/zbeta/linuxdcpp/BUILD
@@ -0,0 +1,8 @@
+(
+
+
+ scons PREFIX=/usr &&
+ prepare_install &&
+ scons install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/linuxdcpp/DEPENDS b/zbeta/linuxdcpp/DEPENDS
new file mode 100644
index 0000000..ccba026
--- /dev/null
+++ b/zbeta/linuxdcpp/DEPENDS
@@ -0,0 +1,3 @@
+depends scons
+depends libglade
+
diff --git a/zbeta/linuxdcpp/DETAILS b/zbeta/linuxdcpp/DETAILS
new file mode 100644
index 0000000..d3130e0
--- /dev/null
+++ b/zbeta/linuxdcpp/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=linuxdcpp
+ VERSION=1.0.3
+ MAJOR=1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://launchpad.net/$MODULE/$MAJOR/$VERSION/+download
+ SOURCE_VFY=sha1:383a55bbc2169280e982571aac92555a25dc05e4
+ WEB_SITE=https://launchpad.net/linuxdcpp
+ ENTERED=20090812
+ UPDATED=20090812
+ SHORT="Direct Connect client for linux written in gtk+"
+cat << EOF
+LinuxDC++ is a Linux port of the Direct Connect client DC++. Though
+it is primarily aimed at Linux, it has been shown to work on other
+Unix-based operating systems as well. It is written in C++ and makes
+use of GTK+ for the user-interface.
+
+LinuxDC++ is free and open source software licensed under the GPL.
+Direct connect is a peer-to-peer file-sharing protocol. The most popular
+Windows client implementing this protocol currently is DC++. Direct
+connect clients connect to a central hub where they can view a list of
+clients or users connected to them. Users can search for files and download
+them from other clients, as well as chat with other users.
+EOF
More information about the Lunar-commits
mailing list