libXdmcp: update to new deps style.
--HG-- extra : convert_revision : 7c46c2d9861525e11fe269f09512c2204f98004b
This commit is contained in:
parent
4a593357fb
commit
0a53de67e0
2 changed files with 6 additions and 2 deletions
2
templates/libXdmcp/depends
Normal file
2
templates/libXdmcp/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.0.2
|
||||||
|
api_depends=${abi_depends}
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Template build file for 'libXdmcp'.
|
||||||
pkgname=libXdmcp
|
pkgname=libXdmcp
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
|
@ -9,5 +10,6 @@ long_desc="
|
||||||
This is the X Display Manager Control Protocol library. This is
|
This is the X Display Manager Control Protocol library. This is
|
||||||
from the modular X.org X11 project."
|
from the modular X.org X11 project."
|
||||||
|
|
||||||
build_depends="pkg-config-0.23"
|
Add_dependency full glibc
|
||||||
run_depends="glibc-2.8"
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build xproto
|
||||||
|
|
Loading…
Reference in a new issue