diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
commit | c6000c9d9949b3326fb82f02431899ab6774b960 (patch) | |
tree | 2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /dstat/PKGBUILD | |
parent | 453f0f12918af35bd8e1e5f049841360f37d62e4 (diff) | |
download | aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz |
big cleanup
Diffstat (limited to 'dstat/PKGBUILD')
-rw-r--r-- | dstat/PKGBUILD | 23 |
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 -} |