python-simplejson \
readline-devel
+PACMANS = \
+ autoconf \
+ automake \
+ ejabberd \
+ expat \
+ gcc \
+ gdbm \
+ apache \
+ less \
+ libgcrypt \
+ libmemcached \
+ libtool \
+ libxml2 \
+ python-lxml \
+ libxslt \
+ make \
+ memcached \
+ mod_perl \
+ ntp \
+ perl-cache-memcached \
+ perl-dbd-sqlite \
+ # Abstract Search
+ perl-datetime-format-builder \
+ perl-datetime-format-iso8601 \
+ perl-datetime-format-mail \
+ perl-datetime-set \
+ perl-error \
+ perl-freezethaw \
+ perl-json-xs \
+ perl-libwww \
+ perl-log-log4perl \
+ perl-module-build \
+ perl-net-jabber \
+ perl-net-server \
+ perl-template-toolkit \
+ perl-test-deep \
+ perl-test-exception \
+ perl-test-pod \
+ perl-tie-ixhash \
+ perl-xml-libxml \
+ perl-xml-libxslt \
+ perl-xml-simple \
+ psmisc \
+ # ??? Is this the right version, will it work?
+ python2 \
+ python-dnspython \
+ python-memcached \
+ python-simplejson \
+ readline
+
+ARCHAUR = \
+ perl-file-find-rule \
+ perl-rpc-xml \
+ perl-sql-abstract-limit \
+ perl-unix-syslog \
+ perl-universal-require
+
DEB_APACHE_MODS = \
ssl
libmemcached-dev\
libxml-libxml-perl \
libxml-libxslt-perl
+
# generic CPAN modules:
# * DateTime::Format::ISO8601 is packaged by both Debian Lenny and Ubuntu Intrepid
for m in $(CENTOS_PERL_NOTEST); do perl -MCPAN -e "CPAN::Shell->notest('install', \"$$m\";"; done
for m in $(CENTOS_PERL_LOCAL); do LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib perl -MCPAN -e "install \"$$m\";"; done
+# ARCH
+install_arch:
+ pacman -S install $(PACMANS)
+
# We need to add /usr/local/lib to the ldconfig list of directories on CentOS,
# if it is not already there
create_ld_local: