summaryrefslogtreecommitdiff
path: root/community/cpulimit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/cpulimit
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/cpulimit')
-rw-r--r--community/cpulimit/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/cpulimit/PKGBUILD b/community/cpulimit/PKGBUILD
deleted file mode 100644
index a8973bb03..000000000
--- a/community/cpulimit/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 76442 2012-09-18 16:13:31Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=cpulimit
-pkgver=20120918
-pkgrel=1
-pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
-arch=('i686' 'x86_64')
-url="http://cpulimit.sourceforge.net/"
-license=("GPL")
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/opsengine/cpulimit/tarball/master")
-md5sums=('a80b8ec21b668d1c15a29ab1f795d1ba')
-
-build() {
- cd $srcdir/opsengine-cpulimit-*
- make
- install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
- install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
-}