Updating Makefile.install for Ubuntu 14.04. Removing lucid support.
authorChris Sharp <csharp@georgialibraries.org>
Sun, 26 Jan 2014 15:41:31 +0000 (10:41 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 26 Jan 2014 15:41:31 +0000 (10:41 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
src/extras/Makefile.install

index 0d24677..9d0c335 100644 (file)
@@ -4,8 +4,8 @@
 #
 # Makefile to install prerequisites for OpenSRF
 #
-# Currently supports Debian (wheezy/squeeze), Ubuntu (lucid/precise)
-# and Fedora (16).
+# Currently supports Debian (wheezy/squeeze), Ubuntu (precise/trusy)
+# and Fedora (19).
 #
 # Installs Perl prereqs, libjs with Perl wrapper
 #
 #      - or -
 #      make -f Makefile.install debian-squeeze
 #      - or -
-#      make -f Makefile.install ubuntu-lucid
-#      - or -
 #      make -f Makefile.install ubuntu-precise
 #      - or -
+#      make -f Makefile.install ubuntu-trusty
+#      - or -
 #      make -f Makefile.install fedora
 #
 # ---------------------------------------------------------------------
@@ -161,12 +161,13 @@ EXTRA_DEBS_WHEEZY = \
        libxml-libxslt-perl \
        libncurses5-dev
 
-EXTRA_DEBS_UBUNTU_LUCID = \
+EXTRA_DEBS_UBUNTU_PRECISE = \
        libmemcached-dev\
        libxml-libxml-perl \
-       libxml-libxslt-perl
+       libxml-libxslt-perl \
+       ncurses-dev
 
-EXTRA_DEBS_UBUNTU_PRECISE = \
+EXTRA_DEBS_UBUNTU_TRUSTY = \
        libmemcached-dev\
        libxml-libxml-perl \
        libxml-libxslt-perl \
@@ -186,10 +187,10 @@ generic_debian: install_debs debian_sys_config
 
 fedora: install_fedora_rpms
 
-ubuntu-lucid: generic_ubuntu lucid
 ubuntu-precise: generic_ubuntu precise
-lucid: install_extra_debs install_extra_debs_lucid
+ubuntu-trusty: generic_ubuntu trusty
 precise: install_extra_debs install_extra_debs_precise
+trusty: install_extra_debs install_extra_debs_trusty
 generic_ubuntu: install_debs debian_sys_config
 
 # ------------------------------------------------------------------
@@ -220,9 +221,6 @@ install_extra_debs_squeeze: install_extra_debs
        $(APT_TOOL) install $(EXTRA_DEBS_SQUEEZE)
 
 # Install even more packaged dependencies on modern distros
-install_extra_debs_lucid:
-       $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_LUCID)
-
 install_extra_debs_precise:
        $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_PRECISE)