switch cacti-spine to mariadb

This commit is contained in:
Cedric Girard 2013-03-26 12:24:27 +01:00
parent 5c04750ca2
commit 33d5ab2b85
1 changed files with 3 additions and 2 deletions

View File

@ -2,18 +2,19 @@
# Contributor: Tom <tomgparchaur@gmail.com>
pkgname=cacti-spine
pkgver=0.8.8_a
pkgrel=1
pkgrel=2
pkgdesc="Faster poller for Cacti."
arch=('i686' 'x86_64')
url="http://cacti.net/spine_info.php"
license=('GPL')
depends=('libmysqlclient' 'net-snmp' "cacti=${pkgver}")
depends=('libmariadbclient' 'net-snmp' "cacti=${pkgver}")
backup=('etc/spine.conf')
source=("http://www.cacti.net/downloads/spine/${pkgname}-${pkgver/_/}.tar.gz")
md5sums=('a156128755b043dfc34811b3e2da967e')
build() {
cd "${srcdir}/${pkgname}-${pkgver/_/}"
sed -i 's!AM_CONFIG_HEADER!AC_CONFIG_HEADERS!g' configure.ac
/usr/bin/aclocal
/usr/bin/libtoolize --force --copy
/usr/bin/autoheader