Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (f72f9b842c137789cf73a16fbad0976014bffdf0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (f72f9b842c137789cf73a16fbad0976014bffdf0)
  • Date: Wed, 24 Oct 2007 10:23:07 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

ftp/linuxdcpp/BUILD | 1 +
ftp/linuxdcpp/DEPENDS | 6 ++++++
ftp/linuxdcpp/DETAILS | 13 +++++++++++++
ftp/linuxdcpp/HISTORY | 2 ++
ftp/linuxdcpp/INSTALL | 1 +
5 files changed, 23 insertions(+)

New commits:
commit f72f9b842c137789cf73a16fbad0976014bffdf0
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

new spell: linuxdcpp

diff --git a/ftp/linuxdcpp/BUILD b/ftp/linuxdcpp/BUILD
new file mode 100755
index 0000000..1ce665c
--- /dev/null
+++ b/ftp/linuxdcpp/BUILD
@@ -0,0 +1 @@
+scons release=yes PREFIX=/usr
\ No newline at end of file
diff --git a/ftp/linuxdcpp/DEPENDS b/ftp/linuxdcpp/DEPENDS
new file mode 100755
index 0000000..e41a403
--- /dev/null
+++ b/ftp/linuxdcpp/DEPENDS
@@ -0,0 +1,6 @@
+depends scons &&
+depends g++ &&
+depends pkgconfig &&
+depends gtk+2 &&
+depends glade2 &&
+depends bzip2
diff --git a/ftp/linuxdcpp/DETAILS b/ftp/linuxdcpp/DETAILS
new file mode 100755
index 0000000..b356289
--- /dev/null
+++ b/ftp/linuxdcpp/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=linuxdcpp
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:f9b63cebb25e38a5eabc8c93aa5faf8c23e99246e9d83b1597b4f96c0e04205919abb32ec3e72692b9b8f7b4914ff491146a41b01f6e4a50cc67e9fda4557675
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://linuxdcpp.berlios.de/";
+ LICENSE[0]=GPL
+ ENTERED=20071024
+ SHORT="A port of the DC++ direct connect client to Unix/Linux
using GTK+"
+cat << EOF
+A port of the DC++ direct connect client to Unix/Linux using GTK+
+EOF
diff --git a/ftp/linuxdcpp/HISTORY b/ftp/linuxdcpp/HISTORY
new file mode 100644
index 0000000..2fcb732
--- /dev/null
+++ b/ftp/linuxdcpp/HISTORY
@@ -0,0 +1,2 @@
+2007-10-24 Lalo Martins <lalo AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/ftp/linuxdcpp/INSTALL b/ftp/linuxdcpp/INSTALL
new file mode 100755
index 0000000..b060c7c
--- /dev/null
+++ b/ftp/linuxdcpp/INSTALL
@@ -0,0 +1 @@
+scons release=yes PREFIX=/usr install
\ No newline at end of file




Archive powered by MHonArc 2.6.24.

Top of Page