vbetool: sanitize deps, bumprev.
--HG-- extra : convert_revision : ab05de8a230a554c16b8e49513bdebef3659387b
This commit is contained in:
parent
6955b5c2da
commit
eb1f60ee3c
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'vbetool'
|
||||
pkgname=vbetool
|
||||
version=1.1
|
||||
revision=1
|
||||
distfiles="http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
make_build_args="LIBS=-lpci"
|
||||
|
@ -12,7 +13,10 @@ long_desc="
|
|||
able to alter DPMS states, save/restore video card state and attempt to
|
||||
initialize the video card from scratch."
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full zlib
|
||||
Add_dependency full libx86
|
||||
Add_dependency build pciutils
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run libx86
|
||||
Add_dependency run pciutils
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build libx86-devel
|
||||
Add_dependency build pciutils-devel
|
||||
|
|
Loading…
Reference in a new issue