[arch-commits] Commit in rrdtool/repos (4 files)
Date: Saturday, August 26, 2017 @ 13:53:32 Author: felixonmars Revision: 303958 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 303955, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 303955, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 303955, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-08-26 13:53:32 UTC (rev 303958) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.7.0 +pkgrel=3 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 303955, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-08-26 13:53:32 UTC (rev 303958) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.7.0 +pkgrel=3 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Thursday, August 24, 2017 @ 13:36:37 Author: foutrelis Revision: 303456 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 303455, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 303455, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 303455, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-08-24 13:36:37 UTC (rev 303456) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.7.0 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 303455, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-08-24 13:36:37 UTC (rev 303456) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.7.0 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Friday, June 2, 2017 @ 18:01:02 Author: arojas Revision: 297731 archrelease: copy trunk to testing-i686, testing-x86_64 Added: rrdtool/repos/testing-i686/PKGBUILD (from rev 297730, rrdtool/trunk/PKGBUILD) rrdtool/repos/testing-x86_64/PKGBUILD (from rev 297730, rrdtool/trunk/PKGBUILD) Deleted: rrdtool/repos/testing-i686/PKGBUILD rrdtool/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 92 ++ testing-i686/PKGBUILD | 46 --- testing-x86_64/PKGBUILD | 46 --- 3 files changed, 92 insertions(+), 92 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2017-06-02 17:59:45 UTC (rev 297730) +++ testing-i686/PKGBUILD 2017-06-02 18:01:02 UTC (rev 297731) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.6.0 -pkgrel=3 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') -optdepends=('perl: to use corresponding binding' - 'tcl: to use corresponding binding' -'python2: to use corresponding binding' -'ruby: to use corresponding binding' -'lua51: to use corresponding binding') -options=('!emptydirs' '!makeflags') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('9866b41bda9416188f236d61d24f185b173fd571') - -prepare() { - cd ${pkgname}-${pkgver} - sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py - # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby - sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am - aclocal - automake -} - -build() { - cd ${pkgname}-${pkgver} - PYTHON=python2 LUA=/usr/bin/lua5.1 \ -LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ -./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 --disable-libwrap - make LIBS+="-lglib-2.0" -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" includedir=/usr/include install - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: rrdtool/repos/testing-i686/PKGBUILD (from rev 297730, rrdtool/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-06-02 18:01:02 UTC (rev 297731) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.7.0 +pkgrel=1 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2-setuptools' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2017-06-02 17:59:45 UTC (rev 297730) +++ testing-x86_64/PKGBUILD 2017-06-02 18:01:02 UTC (rev 297731) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.6.0 -pkgrel=3 -pkgdesc="
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Thursday, June 1, 2017 @ 11:24:44 Author: foutrelis Revision: 297223 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 297222, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 297222, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 297222, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-06-01 11:24:44 UTC (rev 297223) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.6.0 +pkgrel=3 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('9866b41bda9416188f236d61d24f185b173fd571') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 297222, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-06-01 11:24:44 UTC (rev 297223) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.6.0 +pkgrel=3 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('9866b41bda9416188f236d61d24f185b173fd571') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Monday, January 9, 2017 @ 18:18:06 Author: foutrelis Revision: 285587 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 285586, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 285586, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 285586, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-01-09 18:18:06 UTC (rev 285587) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.6.0 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('9866b41bda9416188f236d61d24f185b173fd571') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 285586, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-01-09 18:18:06 UTC (rev 285587) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.6.0 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('9866b41bda9416188f236d61d24f185b173fd571') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Friday, October 28, 2016 @ 19:19:24 Author: arojas Revision: 279413 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 279412, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 279412, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 279412, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-10-28 19:19:24 UTC (rev 279413) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.6.0 +pkgrel=1 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('9866b41bda9416188f236d61d24f185b173fd571') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 279412, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-10-28 19:19:24 UTC (rev 279413) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.6.0 +pkgrel=1 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('9866b41bda9416188f236d61d24f185b173fd571') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Thursday, May 12, 2016 @ 08:52:34 Author: arojas Revision: 267828 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/PKGBUILD (from rev 267827, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/PKGBUILD (from rev 267827, rrdtool/trunk/PKGBUILD) Deleted: rrdtool/repos/staging-i686/PKGBUILD rrdtool/repos/staging-x86_64/PKGBUILD -+ /PKGBUILD | 92 ++ staging-i686/PKGBUILD | 46 --- staging-x86_64/PKGBUILD | 46 --- 3 files changed, 92 insertions(+), 92 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2016-05-12 06:51:41 UTC (rev 267827) +++ staging-i686/PKGBUILD 2016-05-12 06:52:34 UTC (rev 267828) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.5.5 -pkgrel=2 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') -optdepends=('perl: to use corresponding binding' - 'tcl: to use corresponding binding' -'python2: to use corresponding binding' -'ruby: to use corresponding binding' -'lua51: to use corresponding binding') -options=('!emptydirs' '!makeflags') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e') - -prepare() { - cd ${pkgname}-${pkgver} - sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py - # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby - sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am - aclocal - automake -} - -build() { - cd ${pkgname}-${pkgver} - PYTHON=python2 LUA=/usr/bin/lua5.1 \ -LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ -./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 --disable-libwrap - make LIBS+="-lglib-2.0" -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" includedir=/usr/include install - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 267827, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-05-12 06:52:34 UTC (rev 267828) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.6 +pkgrel=1 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('4363f92565638d240f80f410a49014919f887508') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: staging-x86_64/PKGBUILD === --- staging-x86_64/PKGBUILD 2016-05-12 06:51:41 UTC (rev 267827) +++ staging-x86_64/PKGBUILD 2016-05-12 06:52:34 UTC (rev 267828) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.5.5 -pkgrel=2 -pkgdesc="Data logg
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Tuesday, May 10, 2016 @ 23:55:42 Author: arojas Revision: 267691 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 267690, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 267690, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 267690, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-05-10 21:55:42 UTC (rev 267691) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.5 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 267690, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-05-10 21:55:42 UTC (rev 267691) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.5 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Thursday, January 14, 2016 @ 06:13:15 Author: eric Revision: 258199 archrelease: copy trunk to extra-i686, extra-x86_64 Added: rrdtool/repos/extra-i686/PKGBUILD (from rev 258198, rrdtool/trunk/PKGBUILD) rrdtool/repos/extra-x86_64/PKGBUILD (from rev 258198, rrdtool/trunk/PKGBUILD) Deleted: rrdtool/repos/extra-i686/PKGBUILD rrdtool/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 92 extra-i686/PKGBUILD | 46 extra-x86_64/PKGBUILD | 46 3 files changed, 92 insertions(+), 92 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-01-14 05:10:40 UTC (rev 258198) +++ extra-i686/PKGBUILD 2016-01-14 05:13:15 UTC (rev 258199) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.5.4 -pkgrel=2 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') -optdepends=('perl: to use corresponding binding' - 'tcl: to use corresponding binding' -'python2: to use corresponding binding' -'ruby: to use corresponding binding' -'lua51: to use corresponding binding') -options=('!emptydirs' '!makeflags') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a') - -prepare() { - cd ${pkgname}-${pkgver} - sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py - # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby - sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am - aclocal - automake -} - -build() { - cd ${pkgname}-${pkgver} - PYTHON=python2 LUA=/usr/bin/lua5.1 \ -LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ -./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 --disable-libwrap - make LIBS+="-lglib-2.0" -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" includedir=/usr/include install - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 258198, rrdtool/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-01-14 05:13:15 UTC (rev 258199) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.5 +pkgrel=1 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('8275cd4dd3fb2086686ee5acfc7cc5e756483e0e') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-01-14 05:10:40 UTC (rev 258198) +++ extra-x86_64/PKGBUILD 2016-01-14 05:13:15 UTC (rev 258199) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.5.4 -pkgrel=2 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64'
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Monday, December 28, 2015 @ 22:57:46 Author: bpiotrowski Revision: 257341 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 257340, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 257340, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 46 ++ staging-x86_64/PKGBUILD | 46 ++ 2 files changed, 92 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 257340, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-12-28 21:57:46 UTC (rev 257341) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.4 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 257340, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2015-12-28 21:57:46 UTC (rev 257341) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.4 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Tuesday, August 18, 2015 @ 22:13:56 Author: eric Revision: 243954 archrelease: copy trunk to extra-i686, extra-x86_64 Added: rrdtool/repos/extra-i686/PKGBUILD (from rev 243953, rrdtool/trunk/PKGBUILD) rrdtool/repos/extra-x86_64/PKGBUILD (from rev 243953, rrdtool/trunk/PKGBUILD) Deleted: rrdtool/repos/extra-i686/PKGBUILD rrdtool/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 92 extra-i686/PKGBUILD | 45 --- extra-x86_64/PKGBUILD | 45 --- 3 files changed, 92 insertions(+), 90 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-08-18 20:09:47 UTC (rev 243953) +++ extra-i686/PKGBUILD 2015-08-18 20:13:56 UTC (rev 243954) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.5.3 -pkgrel=2 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') -optdepends=('perl: to use corresponding binding' - 'tcl: to use corresponding binding' -'python2: to use corresponding binding' -'ruby: to use corresponding binding' -'lua51: to use corresponding binding') -options=('!emptydirs' '!makeflags') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a') - -prepare() { - cd ${pkgname}-${pkgver} - # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby - sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am - aclocal - automake -} - -build() { - cd ${pkgname}-${pkgver} - PYTHON=python2 LUA=/usr/bin/lua5.1 \ -LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ -./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 --disable-libwrap - make LIBS+="-lglib-2.0" -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" includedir=/usr/include install - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 243953, rrdtool/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-08-18 20:13:56 UTC (rev 243954) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.4 +pkgrel=1 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('5020ffb6c4d309207df946ab13fafff973465b2a') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-08-18 20:09:47 UTC (rev 243953) +++ extra-x86_64/PKGBUILD 2015-08-18 20:13:56 UTC (rev 243954) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.5.3 -pkgrel=2 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('li
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Thursday, June 4, 2015 @ 03:54:36 Author: eric Revision: 240317 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 240316, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 240316, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 45 + staging-x86_64/PKGBUILD | 45 + 2 files changed, 90 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 240316, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-06-04 01:54:36 UTC (rev 240317) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.3 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a') + +prepare() { + cd ${pkgname}-${pkgver} + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 240316, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2015-06-04 01:54:36 UTC (rev 240317) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.5.3 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('perl: to use corresponding binding' + 'tcl: to use corresponding binding' +'python2: to use corresponding binding' +'ruby: to use corresponding binding' +'lua51: to use corresponding binding') +options=('!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('38e7e8a382f7937c4344fce33dc15a88e9b2e48a') + +prepare() { + cd ${pkgname}-${pkgver} + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am + aclocal + automake +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make LIBS+="-lglib-2.0" +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Monday, May 20, 2013 @ 22:05:33 Author: eric Revision: 186063 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 186062, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 186062, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 42 ++ staging-x86_64/PKGBUILD | 42 ++ 2 files changed, 84 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 186062, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-05-20 20:05:33 UTC (rev 186063) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=7 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +prepare() { + cd ${pkgname}-${pkgver} + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 186062, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-05-20 20:05:33 UTC (rev 186063) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=7 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +prepare() { + cd ${pkgname}-${pkgver} + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Sunday, April 28, 2013 @ 01:57:40 Author: eric Revision: 183797 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 183796, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 183796, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 42 ++ staging-x86_64/PKGBUILD | 42 ++ 2 files changed, 84 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 183796, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-04-27 23:57:40 UTC (rev 183797) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=6 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +prepare() { + cd ${pkgname}-${pkgver} + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 183796, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-04-27 23:57:40 UTC (rev 183797) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=6 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +prepare() { + cd ${pkgname}-${pkgver} + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in +} + +build() { + cd ${pkgname}-${pkgver} + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Sunday, March 3, 2013 @ 21:34:54 Author: eric Revision: 179124 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 179123, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 179123, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 40 staging-x86_64/PKGBUILD | 40 2 files changed, 80 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 179123, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-03-03 20:34:54 UTC (rev 179124) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=5 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 179123, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-03-03 20:34:54 UTC (rev 179124) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=5 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" includedir=/usr/include install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Thursday, January 3, 2013 @ 22:15:34 Author: eric Revision: 174294 archrelease: copy trunk to extra-i686, extra-x86_64 Added: rrdtool/repos/extra-i686/PKGBUILD (from rev 174293, rrdtool/trunk/PKGBUILD) rrdtool/repos/extra-x86_64/PKGBUILD (from rev 174293, rrdtool/trunk/PKGBUILD) Deleted: rrdtool/repos/extra-i686/PKGBUILD rrdtool/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 80 extra-x86_64/PKGBUILD | 80 2 files changed, 80 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-01-04 03:15:09 UTC (rev 174293) +++ extra-i686/PKGBUILD 2013-01-04 03:15:34 UTC (rev 174294) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.4.7 -pkgrel=3 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') -optdepends=('tcl: to use corresponding binding' \ -'python2: to use corresponding binding' \ -'ruby: to use corresponding binding' \ -'lua51: to use corresponding binding') -options=('!libtool' '!emptydirs' '!makeflags') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby - sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in - - PYTHON=python2 LUA=/usr/bin/lua5.1 \ -LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ -./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 --disable-libwrap - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 174293, rrdtool/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-01-04 03:15:34 UTC (rev 174294) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=4 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-01-04 03:15:09 UTC (rev 174293) +++ extra-x86_64/PKGBUILD 2013-01-04 03:15:34 UTC (rev 174294) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.4.7 -pkgrel=3 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') -optdepends=('tcl: to use corresponding binding' \ -'python2: to use corresponding binding' \ -'ruby: to use corresponding binding' \ -'lua51: to use corresponding binding') -options=('!libtool' '!emptydirs' '!makeflags') -source=(http://oss.oetike
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Wednesday, November 14, 2012 @ 14:51:58 Author: eric Revision: 171011 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 171010, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 171010, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 40 staging-x86_64/PKGBUILD | 40 2 files changed, 80 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 171010, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-11-14 19:51:58 UTC (rev 171011) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=3 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 171010, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-11-14 19:51:58 UTC (rev 171011) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=3 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51') +optdepends=('tcl: to use corresponding binding' \ +'python2: to use corresponding binding' \ +'ruby: to use corresponding binding' \ +'lua51: to use corresponding binding') +options=('!libtool' '!emptydirs' '!makeflags') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 LUA=/usr/bin/lua5.1 \ +LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \ +./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Saturday, May 26, 2012 @ 13:51:59 Author: eric Revision: 159769 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 159768, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 159768, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 38 ++ staging-x86_64/PKGBUILD | 38 ++ 2 files changed, 76 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 159768, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-05-26 17:51:59 UTC (rev 159769) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +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') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 ./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 159768, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-05-26 17:51:59 UTC (rev 159769) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=2 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +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') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 ./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Tuesday, March 13, 2012 @ 19:17:57 Author: eric Revision: 153438 archrelease: copy trunk to extra-i686, extra-x86_64 Added: rrdtool/repos/extra-i686/PKGBUILD (from rev 153437, rrdtool/trunk/PKGBUILD) rrdtool/repos/extra-x86_64/PKGBUILD (from rev 153437, rrdtool/trunk/PKGBUILD) Deleted: rrdtool/repos/extra-i686/PKGBUILD rrdtool/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 78 +++- extra-x86_64/PKGBUILD | 78 +++- 2 files changed, 76 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-03-13 23:17:32 UTC (rev 153437) +++ extra-i686/PKGBUILD 2012-03-13 23:17:57 UTC (rev 153438) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.4.5 -pkgrel=6 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -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') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' bindings/perl-shared/Makefile.PL - - # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby - sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in - - PYTHON=python2 ./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 --disable-libwrap - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 153437, rrdtool/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-03-13 23:17:57 UTC (rev 153438) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.7 +pkgrel=1 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +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') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 ./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-03-13 23:17:32 UTC (rev 153437) +++ extra-x86_64/PKGBUILD 2012-03-13 23:17:57 UTC (rev 153438) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.4.5 -pkgrel=6 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -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') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') - -build() { - cd "${srcdir}/${pkgname}
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Thursday, February 23, 2012 @ 20:09:55 Author: tdziedzic Revision: 150933 archrelease: copy trunk to extra-i686, extra-x86_64 Added: rrdtool/repos/extra-i686/PKGBUILD (from rev 150932, rrdtool/trunk/PKGBUILD) rrdtool/repos/extra-x86_64/PKGBUILD (from rev 150932, rrdtool/trunk/PKGBUILD) Deleted: rrdtool/repos/extra-i686/PKGBUILD rrdtool/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 75 +--- extra-x86_64/PKGBUILD | 75 +--- 2 files changed, 80 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-24 01:09:35 UTC (rev 150932) +++ extra-i686/PKGBUILD 2012-02-24 01:09:55 UTC (rev 150933) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.4.5 -pkgrel=5 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -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') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' bindings/perl-shared/Makefile.PL - PYTHON=python2 ./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 --disable-libwrap - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 150932, rrdtool/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-24 01:09:55 UTC (rev 150933) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.5 +pkgrel=6 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +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') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' bindings/perl-shared/Makefile.PL + + # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby + sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in + + PYTHON=python2 ./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-24 01:09:35 UTC (rev 150932) +++ extra-x86_64/PKGBUILD 2012-02-24 01:09:55 UTC (rev 150933) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=rrdtool -pkgver=1.4.5 -pkgrel=5 -pkgdesc="Data logging and graphing application" -arch=('i686' 'x86_64') -url="http://www.rrdtool.org"; -license=('GPL' 'custom') -depends=('libxml2' 'pango' 'ttf-dejavu') -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') -source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) -sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|-lrrd|-lr
[arch-commits] Commit in rrdtool/repos (4 files)
Date: Wednesday, January 18, 2012 @ 23:20:31 Author: eric Revision: 146899 archrelease: copy trunk to staging-i686, staging-x86_64 Added: rrdtool/repos/staging-i686/ rrdtool/repos/staging-i686/PKGBUILD (from rev 146898, rrdtool/trunk/PKGBUILD) rrdtool/repos/staging-x86_64/ rrdtool/repos/staging-x86_64/PKGBUILD (from rev 146898, rrdtool/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 35 +++ staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 146898, rrdtool/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-01-19 04:20:31 UTC (rev 146899) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.5 +pkgrel=5 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +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') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' bindings/perl-shared/Makefile.PL + PYTHON=python2 ./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 146898, rrdtool/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-01-19 04:20:31 UTC (rev 146899) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=rrdtool +pkgver=1.4.5 +pkgrel=5 +pkgdesc="Data logging and graphing application" +arch=('i686' 'x86_64') +url="http://www.rrdtool.org"; +license=('GPL' 'custom') +depends=('libxml2' 'pango' 'ttf-dejavu') +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') +source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz) +sha1sums=('56638e8aedd5d5522152e86746e382b75dc48c35') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|-lrrd|-lrrd -L/usr/lib/perl5/core_perl/CORE/ -lperl |' bindings/perl-shared/Makefile.PL + PYTHON=python2 ./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 --disable-libwrap + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}