From 9c4a3a0a45389397cc0d43a0450f48e30960604d Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Thu, 28 Jan 2010 12:30:15 -0600
Subject: nvram-wakup: updated to 1.1, renamed dir to match pkgname

---
 abs/extra-testing/nvram-wakup/PKGBUILD | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100755 abs/extra-testing/nvram-wakup/PKGBUILD

diff --git a/abs/extra-testing/nvram-wakup/PKGBUILD b/abs/extra-testing/nvram-wakup/PKGBUILD
new file mode 100755
index 0000000..057606b
--- /dev/null
+++ b/abs/extra-testing/nvram-wakup/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=nvram-wakup
+pkgver=1.1
+pkgrel=1
+pkgdesc="set the wakeup time of the localpc"
+license="GPL"
+arch=(i686)
+url="http://sourceforge.net/projects/nvram-wakeup/"
+source=("http://downloads.sourceforge.net/project/nvram-wakeup/nvram-wakup-1.1.tar.gz?use_mirror=kent")
+
+build() {
+	cd $startdir/src/$pkgname-$pkgver
+	make || return 1
+	make prefix=$startdir/pkg/usr install
+}
+
-- 
cgit v0.12