From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- munin-node/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 munin-node/PKGBUILD (limited to 'munin-node/PKGBUILD') diff --git a/munin-node/PKGBUILD b/munin-node/PKGBUILD deleted file mode 100644 index de756a4..0000000 --- a/munin-node/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Roberto Alsina -pkgname=munin-node -pkgver=1.2.6 -pkgrel=12 -pkgdesc="A distributed monitoring/graphing agent" -arch=('i686' 'x86_64') -url="http://munin.sf.net" -license=("GPL") -depends=(perl perl-net-server which) -backup=(etc/munin/munin-node.conf) -install=munin-node.install -source=(http://downloads.sourceforge.net/sourceforge/munin/munin_$pkgver.tar.gz \ - Makefile.config munin-node.init munin-node.runit munin-node.finish munin-node.install) - -md5sums=('45f84d58f80642ce914f147232f0d396' '686cef93dee285949a0451c81b691085'\ - '14872c731f99d5f9d831115b2f5e282e' '422000b064a03023b8dee2c76eee0548'\ - '39eb25fec876123cff9c6927d4a9d46a' 'aa8e338183ae2f4602bcaedfc6ca8927') - -build() { -cd $srcdir/munin-$pkgver -cp $srcdir/Makefile.config $srcdir/munin-$pkgver || exit 1 - -make PREFIX='' || exit 1 -make DESTDIR=$pkgdir install-node install-node-plugins || exit 1 - -sed -i "s|\$ENV{'MUNIN_HOSTNAME'}.*|\$ENV{'MUNIN_HOSTNAME'} = \`hostname\`;|g" $pkgdir/sbin/munin-node -sed -i "s|\$ENV{'MUNIN_HOSTNAME'}.*|\$ENV{'MUNIN_HOSTNAME'} = \`hostname\`;|g" $pkgdir/sbin/munin-run - -install -D -m0755 -o root ../munin-node.init $pkgdir/etc/rc.d/munin-node -install -D -m0755 -o root ../munin-node.runit $pkgdir/etc/munin-node/run -install -D -m0755 -o root ../munin-node.finish $pkgdir/etc/munin-node/finish -} -- cgit v1.2.3-24-g4f1b