summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2015-12-16 09:17:24 +0100
committerNils Czernia2015-12-16 09:17:24 +0100
commitb95fdc54bdb90613446cfe1cb74d0493ee9634ce (patch)
tree8e48cf7146205dbf985c49fe486d1f0c7e41ff42
parent3f789db343b4efee29f8f19d28a5f1afcebc49f4 (diff)
downloadaur-b95fdc54bdb90613446cfe1cb74d0493ee9634ce.tar.gz
Added new pear depencies
-rw-r--r--PKGBUILD2
-rw-r--r--librenms.install2
2 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb53c1cadacb..0b070ab6fe19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='LibreNMS is an autodiscovering PHP/MySQL-based network monitoring syste
arch=('any')
url='http://www.librenms.org/'
license=('GPLv3')
-depends=('php' 'php-intl' 'php-gd' 'php-pear' 'net-snmp' 'graphviz' 'php-snmp' 'php-mcrypt' 'fping' 'imagemagick' 'whois' 'nmap' 'rrdtool' 'git' 'perl-net-ip')
+depends=('php' 'php-intl' 'php-gd' 'php-pear' 'net-snmp' 'graphviz' 'php-snmp' 'php-mcrypt' 'fping' 'imagemagick' 'whois' 'nmap' 'rrdtool' 'git')
backup=("etc/webapps/${pkgname}/config.php")
source=("https://github.com/librenms/${pkgname}/archive/${pkgver}.tar.gz"
"apache.example.conf"
diff --git a/librenms.install b/librenms.install
index 8581641933f8..7ea39ab396b8 100644
--- a/librenms.install
+++ b/librenms.install
@@ -9,6 +9,8 @@ post_install() {
chown -R librenms:librenms /etc/webapps/${pkgname}
chown http:http /var/log/${pkgname}
echo "Install new pear modules"
+ pear install Net_IPv4
+ pear install Net_IPv6
echo "You have to configure the database configuration"
echo "in ${_etcdir}/config.php"
}