[arch-commits] Commit in rrdtool/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat May 1 02:14:31 UTC 2010


    Date: Friday, April 30, 2010 @ 22:14:30
  Author: eric
Revision: 79150

upgpkg: rrdtool 1.4.3-1
Upstream update, Cleaned up depends, Specified localstatedir

Modified:
  rrdtool/trunk/ChangeLog
  rrdtool/trunk/PKGBUILD

-----------+
 ChangeLog |    9 ++++++++-
 PKGBUILD  |   20 ++++++++++++--------
 2 files changed, 20 insertions(+), 9 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-05-01 00:50:07 UTC (rev 79149)
+++ ChangeLog	2010-05-01 02:14:30 UTC (rev 79150)
@@ -1,3 +1,10 @@
+2010-04-29  Eric Belanger  <eric at archlinux.org>
+
+	* rrdtool 1.4.3-1
+	* Upstream update
+	* Cleaned up depends
+	* Specified localstatedir
+
 2010-01-18  Eric Belanger  <eric at archlinux.org>
 
 	* rrdtool 1.4.2-2
@@ -2,3 +9,3 @@
 	* Rebuilt for libpng 1.4 and libjpeg 8
-	
+
 2010-01-01  Eric Belanger  <eric at archlinux.org>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-01 00:50:07 UTC (rev 79149)
+++ PKGBUILD	2010-05-01 02:14:30 UTC (rev 79150)
@@ -3,31 +3,35 @@
 # Contributor: Tom K <tom at archlinux.org>
 
 pkgname=rrdtool
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 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=('intltool' 'ruby>=1.9' 'python' 'tcl' 'lua')
+depends=('libpng' 'libxml2' 'pango')
+makedepends=('intltool' 'ruby' 'python' 'tcl' 'lua')
 optdepends=('tcl: to use corresponding binding' \
             'python: to use corresponding binding' \
             'ruby: to use corresponding binding' \
             'lua: to use corresponding binding')
 options=('!libtool' '!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-md5sums=('9318d3b4016dd9dd9897f1eac7548032')
-sha1sums=('d77fbeac37837e64cbe2a377acbf3e7b95b6e86e')
+md5sums=('492cf946c72f85987238faa2c311b7bb')
+sha1sums=('1e65de0192c149a30ee0d277e758a31ff7d6d6f0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-rpath --enable-perl \
+  ./configure --prefix=/usr --localstatedir=/var --disable-rpath --enable-perl \
     --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \
     --enable-ruby --enable-ruby-site-install --enable-python \
     --enable-lua --enable-lua-site-install \
-    --enable-tcl --enable-tcl-site || return 1
+    --enable-tcl || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" LIBRUBYARG_SHARED="-Wl,-L/usr/lib -lruby" \
     LIBPATH="-L. -L/usr/lib -L../../src/.libs" install || return 1
 }




More information about the arch-commits mailing list