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>
|
||||
# Contributor: Tom <tomgparchaur@gmail.com>
|
||||
pkgname=cacti-spine
|
||||
pkgver=0.8.8
|
||||
pkgver=0.8.8_a
|
||||
pkgrel=1
|
||||
pkgdesc="Faster poller for Cacti."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -9,11 +9,11 @@ url="http://cacti.net/spine_info.php"
|
|||
license=('GPL')
|
||||
depends=('libmysqlclient' 'net-snmp' "cacti=${pkgver}")
|
||||
backup=('etc/spine.conf')
|
||||
source=("http://www.cacti.net/downloads/spine/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('af1b087e0b90a11ce4619e94dc3180e0')
|
||||
source=("http://www.cacti.net/downloads/spine/${pkgname}-${pkgver/_/}.tar.gz")
|
||||
md5sums=('a156128755b043dfc34811b3e2da967e')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}-${pkgver/_/}"
|
||||
/usr/bin/aclocal
|
||||
/usr/bin/libtoolize --force --copy
|
||||
/usr/bin/autoheader
|
||||
|
@ -25,7 +25,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}-${pkgver/_/}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
mv "${pkgdir}"/etc/spine.conf.dist "${pkgdir}"/etc/spine.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue