From: Chris Sharp Date: Mon, 28 Jan 2019 02:44:41 +0000 (-0500) Subject: Add Index Data repo for YAZ installation. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=14558cebcb8e0bec4e8f882918a31a2e2a1f71f7;p=working%2FEvergreen.git Add Index Data repo for YAZ installation. --- diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index 099bebeabf..52d82607df 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -1,4 +1,4 @@ -# install files for Fedora +# install files for CentOS 7 DIR = $(dir $(lastword $(MAKEFILE_LIST))) @@ -63,8 +63,7 @@ CENTOS_RPMS = \ postgresql-devel \ readline-devel \ tcp_wrappers-devel \ - wget \ - yaz + wget export CPAN_MODULES = \ Business::ISSN \ @@ -112,7 +111,7 @@ TRANSLATOR_RPMS = \ python-lxml \ bzr -all: install_centos_rpms +all: install_centos_rpms install_yaz_rpm make -f $(DIR)/Makefile.common install_net_z3950_simpleserver make -f $(DIR)/Makefile.common install_cpan make -f $(DIR)/Makefile.common install_cpan_force @@ -134,6 +133,12 @@ install_translator: install_developer install_packager: install_developer install_translator yum -y install $(PACKAGER_RPMS) +install_yaz_rpm: + rpm --import http://ftp.indexdata.com/pub/yum/centos/7/RPM-GPG-KEY-indexdata + wget http://ftp.indexdata.com/pub/yum/centos/7/indexdata.repo -P /etc/yum.repos.d/ + yum -y update + yum -y install yaz + clean: make -f $(DIR)/Makefile.common clean