-# install files for Fedora
+# install files for CentOS 7
DIR = $(dir $(lastword $(MAKEFILE_LIST)))
postgresql-devel \
readline-devel \
tcp_wrappers-devel \
- wget \
- yaz
+ wget
export CPAN_MODULES = \
Business::ISSN \
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
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