# Description: Intel Video BIOS modification tool # URL: http://www.geocities.com/stomljen # Packager: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Maintainer: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Depends on: x11 name=915resolution version=0.5.3 release=1 source=(http://www.geocities.com/stomljen/$name-$version.tar.gz 915resolution.conf 915resolution.rc) build () { rm $SRC/$name-$version/915resolution cd $SRC/$name-$version make install -D -m 755 915resolution $PKG/usr/sbin/915resolution install -D -m 755 dump_bios $PKG/usr/sbin/dump_bios cd ../../.. install -D -m 755 915resolution.rc $PKG/etc/rc.d/915resolution install -D -m 644 915resolution.conf $PKG/etc/915resolution.conf }