[Lunar-commits] <moonbase> live, tor, xfburn-svn: Modified and added several modules.
Moritz Heiber
moe at lunar-linux.org
Fri Mar 13 16:02:23 CET 2009
commit 765101f9193fcf2b95bbb60d407f501e925c26bc
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Mon Mar 31 20:53:05 2008 +0200
live, tor, xfburn-svn: Modified and added several modules.
tor - TOR Project.
live - Live555 library for mplayer-svn
xfburn - Switched svn resources
---
zlocal/live/BUILD | 10 ++++++++++
zlocal/live/DETAILS | 12 ++++++++++++
zlocal/tor/BUILD. | 8 ++++++++
zlocal/tor/DEPENDS | 2 ++
zlocal/tor/DETAILS | 11 +++++++++++
zlocal/xfce4-svn/xfburn-svn/DETAILS | 2 +-
6 files changed, 44 insertions(+), 1 deletions(-)
diff --git a/zlocal/live/BUILD b/zlocal/live/BUILD
new file mode 100644
index 0000000..85b38d0
--- /dev/null
+++ b/zlocal/live/BUILD
@@ -0,0 +1,10 @@
+(
+
+ ./genMakefiles linux &&
+
+ make &&
+ prepare_install &&
+
+ cp -a $SOURCE_DIRECTORY /usr/lib/
+
+) > $C_FIFO 2>&1
diff --git a/zlocal/live/DETAILS b/zlocal/live/DETAILS
new file mode 100644
index 0000000..eeac54c
--- /dev/null
+++ b/zlocal/live/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=live
+ VERSION=2008.01.04
+ SOURCE=$MODULE.${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=http://www.live555.com/liveMedia/public/
+ WEB_SITE=http://www.live555.com
+ ENTERED=20070116
+ UPDATED=20070116
+ SHORT=""
+
+cat << EOF
+EOF
diff --git a/zlocal/tor/BUILD. b/zlocal/tor/BUILD.
new file mode 100644
index 0000000..ecb9f4a
--- /dev/null
+++ b/zlocal/tor/BUILD.
@@ -0,0 +1,8 @@
+(
+
+ source /etc/profile.d/qt4.rc &&
+
+ qmake &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zlocal/tor/DEPENDS b/zlocal/tor/DEPENDS
new file mode 100644
index 0000000..e1e60b5
--- /dev/null
+++ b/zlocal/tor/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl
+depends libevent
diff --git a/zlocal/tor/DETAILS b/zlocal/tor/DETAILS
new file mode 100644
index 0000000..f880d79
--- /dev/null
+++ b/zlocal/tor/DETAILS
@@ -0,0 +1,11 @@
+ MODULE=tor
+ VERSION=0.1.2.19
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.torproject.org/dist/
+ SOURCE_VFY=sha1:5022dab0de2499e2c6638e1a2e9eee6c79fb707c
+ WEB_SITE=http://www.torproject.org
+ ENTERED=20080327
+ UPDATED=20080327
+ SHORT=""
+cat << EOF
+EOF
diff --git a/zlocal/xfce4-svn/xfburn-svn/DETAILS b/zlocal/xfce4-svn/xfburn-svn/DETAILS
index 9312982..9ca7562 100644
--- a/zlocal/xfce4-svn/xfburn-svn/DETAILS
+++ b/zlocal/xfce4-svn/xfburn-svn/DETAILS
@@ -2,7 +2,7 @@
MODULE=xfburn-svn
VERSION=beta
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/${MODULE//-svn}/trunk/:$MODULE-$VERSION
+ SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/${MODULE//-svn}/trunk/:$MODULE-$VERSION
WEB_SITE=http://www.xfce.org
ENTERED=20060407
UPDATED=`date +%Y%m%d`
More information about the Lunar-commits
mailing list