Date: Tuesday, January 4, 2011 @ 13:37:53 Author: eric Revision: 104670
upgpkg: rrdtool 1.4.5-1 Upstream update, Added tcp_wrappers depends, Removed ChangeLog Modified: rrdtool/trunk/PKGBUILD Deleted: rrdtool/trunk/ChangeLog -----------+ ChangeLog | 67 ------------------------------------------------------------ PKGBUILD | 23 ++++++++------------ 2 files changed, 10 insertions(+), 80 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2011-01-04 18:35:49 UTC (rev 104669) +++ ChangeLog 2011-01-04 18:37:53 UTC (rev 104670) @@ -1,67 +0,0 @@ -2010-08-19 Eric Belanger <[email protected]> - - * rrdtool 1.4.4-2 - * Rebuilt for python2 - -2010-08-12 Eric Belanger <[email protected]> - - * rrdtool 1.4.4-1 - * Upstream update - * Corrected license - * Removed old patch - -2010-04-29 Eric Belanger <[email protected]> - - * rrdtool 1.4.3-1 - * Upstream update - * Cleaned up depends - * Specified localstatedir - -2010-01-18 Eric Belanger <[email protected]> - - * rrdtool 1.4.2-2 - * Rebuilt for libpng 1.4 and libjpeg 8 - -2010-01-01 Eric Belanger <[email protected]> - - * rrdtool 1.4.2-1 - * Upstream update - -2009-11-07 Eric Belanger <[email protected]> - - * rrdtool 1.4.1-1 - * Upstream update - * Added lua binding - * Fixed optdepends array syntax (close FS#16053) - * Disabled rpath - -2009-05-21 Eric Belanger <[email protected]> - - * rrdtool 1.3.8-1 - * Upstream update - * Added intltool makedepends - -2009-05-02 Eric Belanger <[email protected]> - - * rrdtool 1.3.7-1.1 - * Disabled SMP build - * Added missing ruby binding for x86_64 (close FS#14539) - -2009-04-08 Eric Belanger <[email protected]> - - * rrdtool 1.3.7-1 - * Upstream update - -2009-01-21 Eric Belanger <[email protected]> - - * rrdtool 1.3.6-1 - * Upstream update - -2009-01-02 Eric Belanger <[email protected]> - - * rrdtool 1.3.5-1 - * Upstream update - * Replaced install scriptlet by optdepends - * Added libxml2 and pango depends - * Libtool slayed - * Added ChangeLog Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-04 18:35:49 UTC (rev 104669) +++ PKGBUILD 2011-01-04 18:37:53 UTC (rev 104670) @@ -1,39 +1,36 @@ # $Id$ # Maintainer: Eric Belanger <[email protected]> -# Contributor: Tom K <[email protected]> pkgname=rrdtool -pkgver=1.4.4 -pkgrel=2 +pkgver=1.4.5 +pkgrel=1 pkgdesc="Data logging and graphing application" arch=('i686' 'x86_64') url="http://www.rrdtool.org" license=('GPL' 'custom') -depends=('libpng' 'libxml2' 'pango') +depends=('libpng' 'libxml2' 'pango' 'tcp_wrappers') makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua') optdepends=('tcl: to use corresponding binding' \ 'python2: to use corresponding binding' \ 'ruby: to use corresponding binding' \ 'lua: to use corresponding binding') options=('!libtool' '!emptydirs' '!makeflags') -changelog=ChangeLog source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -md5sums=('93ad2fc2e9ddcd7d99c611fe30284a54') -sha1sums=('e4715c13f2a6fd077c54911d396eb573788377b0') +md5sums=('4d116dba9a0888d8aaac179e35d3980a') +sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --localstatedir=/var --disable-rpath --enable-perl \ - --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \ + ./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-lua --enable-lua-site-install --enable-tcl make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" LIBRUBYARG_SHARED="-Wl,-L/usr/lib -lruby" \ - LIBPATH="-L. -L/usr/lib -L../../src/.libs" install + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
