Spine updated to 0.8.8a
This commit is contained in:
parent
a91e252e90
commit
1e0eb72e01
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
# Contributor: Tom <tomgparchaur@gmail.com>
|
# Contributor: Tom <tomgparchaur@gmail.com>
|
||||||
pkgname=cacti-spine
|
pkgname=cacti-spine
|
||||||
pkgver=0.8.8
|
pkgver=0.8.8_a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Faster poller for Cacti."
|
pkgdesc="Faster poller for Cacti."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -9,11 +9,11 @@ url="http://cacti.net/spine_info.php"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libmysqlclient' 'net-snmp' "cacti=${pkgver}")
|
depends=('libmysqlclient' '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=('af1b087e0b90a11ce4619e94dc3180e0')
|
md5sums=('a156128755b043dfc34811b3e2da967e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver/_/}"
|
||||||
/usr/bin/aclocal
|
/usr/bin/aclocal
|
||||||
/usr/bin/libtoolize --force --copy
|
/usr/bin/libtoolize --force --copy
|
||||||
/usr/bin/autoheader
|
/usr/bin/autoheader
|
||||||
|
@ -25,8 +25,8 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver/_/}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
mv "${pkgdir}"/etc/spine.conf.dist "${pkgdir}"/etc/spine.conf
|
mv "${pkgdir}"/etc/spine.conf.dist "${pkgdir}"/etc/spine.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue