summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/nvram-wake/PKGBUILD
blob: f4d3d3862a9702a685f33fb7ac75324e6e06062f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}