1 # Maintainer: Alec Ari <neotheuser@ymail.com>
6 pkgdesc="ectool is a small utility that dumps the RAM of a laptop's Embedded/Environmental Controller (EC)."
7 url="http://www.coreboot.org/Ectool"
10 makedepends=('subversion')
14 if [ -d ectool ] ; then
17 make PREFIX=/usr || return 1
18 cp -PR ectool $pkgdir/usr/bin
20 svn co svn://coreboot.org/coreboot/trunk/util/ectool
22 make PREFIX=/usr || return 1
23 mkdir -p $pkgdir/usr/bin
24 cp -PR ectool $pkgdir/usr/bin