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