Module submission - energymech
V
stelzy at gmail.com
Wed Jul 26 11:35:01 UTC 2006
module name : energymech
suggested section : chat
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
Some update with option for execution commands on the shell.
-------------- next part --------------
--- energymech/BUILD 1970-01-01 03:00:00.000000000 +0300
+++ energymech/BUILD 2006-07-26 15:26:12.753663750 +0400
@@ -0,0 +1,20 @@
+(
+
+ if [[ "$SHELL_CMDS" == "y" ]]; then
+ sedit "s:#undef PLEASE_HACK_MY_SHELL:#define PLEASE_HACK_MY_SHELL:" src/config.h.in
+ fi &&
+
+ sedit "s:-ltcl8.0:-ltcl8.4:" configure &&
+
+ ./configure &&
+ make clean install &&
+
+ prepare_install &&
+
+ install -m 755 -d /opt/lunar/energymech/help /opt/lunar/energymech/messages &&
+ install -m 755 checkmech energymech /opt/lunar/energymech &&
+ install -m 644 help/* /opt/lunar/energymech/help &&
+ install -m 644 messages/* /opt/lunar/energymech/messages &&
+ install -m 644 sample.conf sample.tcl sample.userfile /opt/lunar/energymech
+
+) > $C_FIFO 2>&1
--- energymech/CONFIGURE 1970-01-01 03:00:00.000000000 +0300
+++ energymech/CONFIGURE 2006-07-26 15:20:30.956302750 +0400
@@ -0,0 +1 @@
+mquery SHELL_CMDS "Enable execution of commands on the shell?" n
--- energymech/DEPENDS 1970-01-01 03:00:00.000000000 +0300
+++ energymech/DEPENDS 2006-07-15 18:07:32.279234250 +0400
@@ -0,0 +1 @@
+optional_depends tcl "" "" "for TCL scripting support"
--- energymech/DETAILS 1970-01-01 03:00:00.000000000 +0300
+++ energymech/DETAILS 2006-07-20 22:12:06.022361000 +0400
@@ -0,0 +1,16 @@
+ MODULE=energymech
+ VERSION=3.0.2
+ WEB_SITE=http://www.energymech.net
+ SOURCE=emech-$VERSION.tar.gz
+ SOURCE_URL=$WEB_SITE/files
+ SOURCE_VFY=sha1:f74a07136cf6b672b496564c4838e12246f25c0a
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/emech-$VERSION
+ ENTERED=20060715
+ UPDATED=20060715
+ SHORT="Fully functional IRC bot, written in the C"
+
+cat << EOF
+The EnergyMech is a fully functional IRC bot, written entirely in the C
+programming language. It has common features such as userlists,
+shitlists, channel protection, DCC partyline, botnet and lots more.
+EOF
-------------- next part --------------
lvu submit energymech 112ed173f1a90a4b5d7dc5fcdb4d4b2e -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list