1 # Contributor: Andreas Baumann <abaumann@yahoo.com>
6 pkgdesc="Reads and writes the WakeUp time in the BIOS."
8 url="http://sourceforge.net/projects/nvram-wakeup"
11 source=(http://downloads.sourceforge.net/project/nvram-wakeup/nvram-wakup-${pkgver}.tar.gz)
12 md5sums=('ebd6e276167ba4351ecb1ea2bd368422')
16 cd $srcdir/nvram-wakup-$pkgver
18 # standard Makefile variables (DESTDIR and prefix)
19 sed -i 's@${prefix}@${DESTDIR}${prefix}@g' Makefile
20 # FHS compliant location of man pages is /usr/share/man, not /usr/man
21 sed -i 's@${DESTDIR}${prefix}/man@${DESTDIR}${prefix}/share/man@g' Makefile
24 make DESTDIR=$pkgdir prefix=/usr install