24 lines
790 B
Text
24 lines
790 B
Text
# Template file for 'vbetool'
|
|
pkgname=vbetool
|
|
version=1.1
|
|
revision=3
|
|
build_style=gnu-configure
|
|
make_build_args="LIBS=-lpci"
|
|
makedepends="zlib-devel libx86-devel pciutils-devel"
|
|
short_desc="Run real-mode video BIOS code to alter hardware state"
|
|
homepage="http://www.codon.org.uk/~mjg59/vbetool/"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-$version.tar.gz"
|
|
checksum=4d26ddc43144593742349e69481e3536ce3482faaa9ad4494fdc7c8b7662f954
|
|
long_desc="
|
|
vbetool uses lrmi in order to run code from the video BIOS. Currently, it is
|
|
able to alter DPMS states, save/restore video card state and attempt to
|
|
initialize the video card from scratch."
|
|
|
|
vbetool_package() {
|
|
depends="pciutils"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|