summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/nvram-wake/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/nvram-wake/PKGBUILD')
-rwxr-xr-xabs/extra-testing/nvram-wake/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra-testing/nvram-wake/PKGBUILD b/abs/extra-testing/nvram-wake/PKGBUILD
new file mode 100755
index 0000000..f4d3d38
--- /dev/null
+++ b/abs/extra-testing/nvram-wake/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=nvram-wakeup
+pkgver=0.97
+pkgrel=1
+pkgdesc="set the wakeup time of the localpc"
+license="GPL"
+arch=(i686)
+url="http://ahh.sourceforge.net/wol/"
+source=(http://easynews.dl.sourceforge.net/sourceforge/nvram-wakeup/nvram-wakeup-0.97.tar.bz2 )
+
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ make || return 1
+ make prefix=$startdir/pkg/usr install
+}
+