xwininfo: sanitize deps, bumprev.
--HG-- extra : convert_revision : 09683a4d596445e8c40037491a3f9f2f5e655863
This commit is contained in:
parent
4bab81c78c
commit
4633105b8e
1 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xwininfo'.
|
||||
pkgname=xwininfo
|
||||
version=1.0.5
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Query information about X windows"
|
||||
|
@ -11,8 +12,10 @@ long_desc="
|
|||
information about windows.
|
||||
|
||||
This is from the modular X.org X11 project."
|
||||
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libXext
|
||||
Add_dependency run libX11
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libXext
|
||||
Add_dependency full libXmu
|
||||
Add_dependency build libXext-devel
|
||||
Add_dependency build libX11-devel
|
||||
|
|
Loading…
Reference in a new issue