diff options
Diffstat (limited to 'xdmcp/xdmcp-cvs.oe')
-rw-r--r-- | xdmcp/xdmcp-cvs.oe | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe index c1635d0175..97d07853ad 100644 --- a/xdmcp/xdmcp-cvs.oe +++ b/xdmcp/xdmcp-cvs.oe @@ -1,13 +1,13 @@ -PV="0.0cvs${DATE}" -SECTION="libs" -PRIORITY="optional" -MAINTAINER="Greg Gilbert <greg@treke.net>" -RDEPENDS="libc6" -DEPENDS=virtual/libc xproto-cvs -PROVIDES=xdmcp +PV = "0.0cvs${DATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +RDEPENDS = "libc6" +DEPENDS = "virtual/libc xproto-cvs" +PROVIDES = "xdmcp" SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp -S=${WORKDIR}/Xdmcp +S = "${WORKDIR}/Xdmcp" inherit autotools pkgconfig libtool |