summaryrefslogtreecommitdiffstats
path: root/meta/packages/xlibs/libxdmcp_0.1.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xlibs/libxdmcp_0.1.3.bb')
-rw-r--r--meta/packages/xlibs/libxdmcp_0.1.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/xlibs/libxdmcp_0.1.3.bb b/meta/packages/xlibs/libxdmcp_0.1.3.bb
new file mode 100644
index 0000000000..aa2736cdb2
--- /dev/null
+++ b/meta/packages/xlibs/libxdmcp_0.1.3.bb
@@ -0,0 +1,18 @@
1SECTION = "x11/libs"
2PRIORITY = "optional"
3LICENSE= "MIT"
4MAINTAINER = "Greg Gilbert <greg@treke.net>"
5DEPENDS = "xproto"
6PROVIDES = "xdmcp"
7DESCRIPTION = "X Display Manager Control Protocol library."
8PR = "r1"
9S = "${WORKDIR}/libXdmcp-${PV}"
10
11SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
12 file://autofoo.patch;patch=1"
13
14inherit autotools pkgconfig
15
16do_stage() {
17 autotools_stage_all
18}