[Lunar-commits] r26161 - in moonbase/trunk/zbeta: . weechat-git
Terry Chan
tchan at lunar-linux.org
Thu Oct 11 16:44:10 CEST 2007
Author: tchan
Date: 2007-10-11 16:44:10 +0200 (Thu, 11 Oct 2007)
New Revision: 26161
Added:
moonbase/trunk/zbeta/weechat-git/
moonbase/trunk/zbeta/weechat-git/BUILD
moonbase/trunk/zbeta/weechat-git/CONFLICTS
moonbase/trunk/zbeta/weechat-git/DEPENDS
moonbase/trunk/zbeta/weechat-git/DETAILS
Log:
Added the new weechat-git module to zbeta. weechat devs have switched over from
cvs to git. weechat-cvs is most likely a soon to be dead module. I'll remove
it from moonbase after a suitable amount of time.
Added: moonbase/trunk/zbeta/weechat-git/BUILD
===================================================================
--- moonbase/trunk/zbeta/weechat-git/BUILD (rev 0)
+++ moonbase/trunk/zbeta/weechat-git/BUILD 2007-10-11 14:44:10 UTC (rev 26161)
@@ -0,0 +1,18 @@
+(
+# This hack suggest by ptitlouis from #weechat for building on a box with no gtk+-2 available
+ if ! module_installed gtk+-2; then
+ sedit 's/\(.*AM_PATH_GTK.*\)/#\1/' configure.in
+ fi &&
+ ./autogen.sh --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --disable-nls \
+ $OPTS &&
+ default_build &&
+ cd /usr/bin &&
+ ln -sf weechat-curses weechat
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/zbeta/weechat-git/CONFLICTS
===================================================================
--- moonbase/trunk/zbeta/weechat-git/CONFLICTS (rev 0)
+++ moonbase/trunk/zbeta/weechat-git/CONFLICTS 2007-10-11 14:44:10 UTC (rev 26161)
@@ -0,0 +1,2 @@
+conflicts weechat
+conflicts weechat-cvs
Added: moonbase/trunk/zbeta/weechat-git/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/weechat-git/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/weechat-git/DEPENDS 2007-10-11 14:44:10 UTC (rev 26161)
@@ -0,0 +1,12 @@
+depends ncurses &&
+depends gnutls &&
+
+optional_depends "perl" \
+ "--enable-perl" \
+ "--disable-perl" \
+ "to compile the perl plugin" &&
+
+optional_depends "Python" \
+ "--enable-python" \
+ "--disable-python" \
+ "to compile the Python plugin"
Added: moonbase/trunk/zbeta/weechat-git/DETAILS
===================================================================
--- moonbase/trunk/zbeta/weechat-git/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/weechat-git/DETAILS 2007-10-11 14:44:10 UTC (rev 26161)
@@ -0,0 +1,12 @@
+ MODULE=weechat-git
+ VERSION=0.2.7
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=git://git.sv.gnu.org/weechat.git
+ WEB_SITE=http://weechat.flashtux.org/index.php?lang=en
+ ENTERED=20050223
+ UPDATED=`date -u +%Y%m%d`
+ PSAFE=no
+ SHORT="very light and neat IRC client"
+cat << EOF
+WeeChat is very light and neat IRC client. This is the git development version.
+EOF
More information about the Lunar-commits
mailing list