1 # Contributor: wielokropek <wielokropek@gmail.com>
5 pkgdesc="Tool to control the Fan speed on MSI Wind Netbooks (and its clones)."
7 url="http://sites.google.com/site/jonasdiemer/Home/kb3700_fanctrl"
19 source=(http://sites.google.com/site/jonasdiemer/Home/kb3700_fanctrl/kb3700_fanctrl.c)
21 md5sums=('f3f37ff203e285e966be99c49ceb0445')
24 mkdir -p $pkgdir/usr/bin
25 cc kb3700_fanctrl.c -o $pkgdir/usr/bin/kb3700_fanctrl
28 # vim:set ts=2 sw=2 et: