summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/sysstat/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/sysstat/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/sysstat/PKGBUILD')
-rw-r--r--abs/extra-testing/sysstat/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/abs/extra-testing/sysstat/PKGBUILD b/abs/extra-testing/sysstat/PKGBUILD
deleted file mode 100644
index 12f5afe..0000000
--- a/abs/extra-testing/sysstat/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD,v 1.24 2009/05/25 09:04:21 sergej Exp $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Martin Devera <devik@cdi.cz>
-
-pkgname=sysstat
-pkgver=9.0.3
-pkgrel=1
-pkgdesc="A collection of performance monitoring tools"
-arch=('i686' 'x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/"
-license=('GPL')
-depends=(glibc)
-options=(zipman)
-source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
- sysstat)
-md5sums=('0b464951596db934418259737cf50a31'
- 'ad46159609a2c13b4a46b506ff847bf6')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-install-isag \
- --disable-man-group
- make || return 1
- make DESTDIR=$pkgdir install || return 1
-
- install -D -m 644 sysstat.sysconfig $pkgdir/etc/sysstat/sysstat && \
- install -D -m 744 sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat && \
- install -D -m 744 sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat && \
- install -D -m 755 $srcdir/sysstat $pkgdir/etc/rc.d/sysstat || return 1
-
- chown -R root:root $pkgdir
-}