summaryrefslogtreecommitdiff
path: root/community/yacpi/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
committerroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
commitcc57cb201ddb179d2bb481c13dd4f286ae643b12 (patch)
tree7932470d6b8a193c032f1012a7996cc78ea52201 /community/yacpi/PKGBUILD
parent1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff)
Tue Jun 4 00:27:56 PDT 2013
Diffstat (limited to 'community/yacpi/PKGBUILD')
-rw-r--r--community/yacpi/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/yacpi/PKGBUILD b/community/yacpi/PKGBUILD
deleted file mode 100644
index 81721db51..000000000
--- a/community/yacpi/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 65275 2012-02-20 12:45:31Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Sebastian A. Liem <sebastian@liem.se>
-
-pkgname=yacpi
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="ncurses-based acpi monitor."
-arch=('i686' 'x86_64')
-url="http://www.ngolde.de/yacpi.html"
-license=('GPL')
-depends=(ncurses libacpi)
-source=(http://www.ngolde.de/download/$pkgname-$pkgver.tar.gz)
-md5sums=('1b03394ee3b916f686cdc3e2c05ddb7a')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- make
- install -d $pkgdir/usr/bin
- install -D -m 755 $pkgname $pkgdir/usr/bin/
-}