diff options
Diffstat (limited to 'xtrans')
-rw-r--r-- | xtrans/xtrans-cvs.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe index 5d7b39b237..aad8552749 100644 --- a/xtrans/xtrans-cvs.oe +++ b/xtrans/xtrans-cvs.oe @@ -2,6 +2,9 @@ PV = "0.0cvs${DATE}" SECTION = "libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" PROVIDES = "xtrans" +DESCRIPTION = "network API translation layer to \ +insulate X applications and libraries from OS \ +network vageries." SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans S = "${WORKDIR}/xtrans" |