summaryrefslogtreecommitdiff
path: root/community/yacpi
diff options
context:
space:
mode:
Diffstat (limited to 'community/yacpi')
-rw-r--r--community/yacpi/ChangeLog3
-rw-r--r--community/yacpi/PKGBUILD21
2 files changed, 0 insertions, 24 deletions
diff --git a/community/yacpi/ChangeLog b/community/yacpi/ChangeLog
deleted file mode 100644
index 811f87d4f..000000000
--- a/community/yacpi/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
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/
-}