7 pkgdesc="The FirmWare Test Suite (fwts) is a tool to do automatic testing of a PC's firmware"
9 url="http://smackerelofopinion.blogspot.com/2010/08/firmware-test-suite-biosacpi-health.html"
11 depends=('pcre' 'json-c')
12 makedepends=('automake' 'autoconf')
17 _gitroot="git://kernel.ubuntu.com/cking/fwts/.git
22 msg "Connecting to GIT server...."
30 msg "Local files have been updated."
35 msg "GIT checkout done or server timeout"
37 rm -rf $_gitname-build
38 git clone $_gitname $_gitname-build
41 msg "Starting make..."
43 ./configure --prefix=/usr
45 make DESTDIR=$pkgdir install