13 sed -i -e 's+/usr++' Makefile
14 sed -i -e 's+^\\(.*putenv(\"PATH=\\).*$+\\1${pciutils}/sbin\");+' i810switch.c
16 make install DESTDIR=\${out}
20 url = "http://www16.plala.or.jp/mano-a-mano/i810switch/i810switch-0.6.5.tar.gz";
21 sha256 = "d714840e3b14e1fa9c432c4be0044b7c008d904dece0d611554655b979cad4c3";
25 description = "Utility for switching between the LCD and external VGA display on Intel graphics cards";
26 homepage = "http://www16.plala.or.jp/mano-a-mano/i810switch.html";
28 license = licenses.gpl2Only;
29 platforms = platforms.linux;