summaryrefslogtreecommitdiffstats
path: root/dstat/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'dstat/PKGBUILD')
-rw-r--r--dstat/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/dstat/PKGBUILD b/dstat/PKGBUILD
deleted file mode 100644
index 132521e..0000000
--- a/dstat/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer: Schnouki <thomas.jost@gmail.com>
-# Contributor: devon <admin@patched.biz>
-pkgname=dstat
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Dstat: Versatile resource statistics tool"
-arch=('any')
-url="http://dag.wieers.com/home-made/dstat/"
-license=('GPL')
-depends=('python')
-source=(http://dag.wieers.com/home-made/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('bfea4dc8037a0b18fc40a4dfc104dcc8')
-sha1sums=('10baf061e3d38e1234fb99182fc53509adf07269')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install || return 1
-
- cd docs
- for f in *.html *.txt; do
- install -Dm644 $f $pkgdir/usr/share/doc/$pkgname/$f || return 1
- done
-}