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