summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/rrdtool
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/rrdtool
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/rrdtool')
-rw-r--r--abs/extra-testing/rrdtool/ChangeLog13
-rw-r--r--abs/extra-testing/rrdtool/PKGBUILD29
2 files changed, 0 insertions, 42 deletions
diff --git a/abs/extra-testing/rrdtool/ChangeLog b/abs/extra-testing/rrdtool/ChangeLog
deleted file mode 100644
index f289390..0000000
--- a/abs/extra-testing/rrdtool/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-2009-01-21 Eric Belanger <eric@archlinux.org>
-
- * rrdtool 1.3.6-1
- * Upstream update
-
-2009-01-02 Eric Belanger <eric@archlinux.org>
-
- * rrdtool 1.3.5-1
- * Upstream update
- * Replaced install scriptlet by optdepends
- * Added libxml2 and pango depends
- * Libtool slayed
- * Added ChangeLog
diff --git a/abs/extra-testing/rrdtool/PKGBUILD b/abs/extra-testing/rrdtool/PKGBUILD
deleted file mode 100644
index 9d67224..0000000
--- a/abs/extra-testing/rrdtool/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 24808 2009-01-21 07:19:42Z eric $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: Tom K <tom@archlinux.org>
-
-pkgname=rrdtool
-pkgver=1.3.6
-pkgrel=7
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org"
-license=('GPL')
-depends=('libart-lgpl' 'libpng' 'freetype2' 'libxml2' 'pango' )
-makedepends=('python' 'tcl' 'ruby')
-optdepends=('tcl, python and/or ruby: to use corresponding binding')
-options=('!libtool' '!emptydirs')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-md5sums=('afaabd5a60115581e866efbac796d307')
-sha1sums=('4a8499ab58dfd37419bf1cb2429a29da9bc782c3')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --enable-perl-site-install \
- --with-perl-options='INSTALLDIRS=vendor' --enable-ruby-site-install || return 1
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
-
- find ${pkgdir} -name '.packlist' -delete
- find ${pkgdir} -name 'perllocal.pod' -delete
-}