EPEL is now installable via the standard CentOS repos.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 8 Feb 2016 18:18:34 +0000 (13:18 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 27 Jan 2019 20:13:39 +0000 (15:13 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
src/extras/Makefile.install

index 4faed1a..357243f 100644 (file)
@@ -34,10 +34,6 @@ LBITS=$(shell getconf LONG_BIT)
 
 APT_TOOL=apt-get -yq
 
-# CentOS needs the EPEL repository
-EPEL_HOST=http://dl.fedoraproject.org/pub/epel/6/x86_64
-EPEL_PKG=epel-release-6-8.noarch.rpm
-
 # Debian dependencies
 DEBS =  \
        autoconf\
@@ -253,4 +249,13 @@ apache_mpm_prefork_mods:
 apache_perl_mod:
        a2enmod perl
 
+# CentOS
+install_epel:
+       yum -y install epel-release
+       yum update -y
+
+# Fedora/CentOS
+install_rpms:
+       yum -y install $(RPMS)
+
 # vim:noet:sw=4:ts=4: