summaryrefslogtreecommitdiff
path: root/packages/obsolete/freedesktop-premodular-xlibs/libxau_0.1.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-16 14:35:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-16 14:35:49 +0000
commit7905194bf3b24e9d1f805e5539549c99b08f3e70 (patch)
tree305efa573f1a53d9eebd8cea85c5424de860cc06 /packages/obsolete/freedesktop-premodular-xlibs/libxau_0.1.1.bb
parent2ee602ad04a5d5edfbe1e80486ecbe43785668b4 (diff)
parent03356f0b58aae756f4e45a505252a549cfb17af5 (diff)
merge of '593b9e6f5ea7ab1790ec54c7599baf883f22f12b'
and '748258dba4c326c803882128fbda7609d96e2709'
Diffstat (limited to 'packages/obsolete/freedesktop-premodular-xlibs/libxau_0.1.1.bb')
-rw-r--r--packages/obsolete/freedesktop-premodular-xlibs/libxau_0.1.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/obsolete/freedesktop-premodular-xlibs/libxau_0.1.1.bb b/packages/obsolete/freedesktop-premodular-xlibs/libxau_0.1.1.bb
new file mode 100644
index 0000000000..00fbc92db6
--- /dev/null
+++ b/packages/obsolete/freedesktop-premodular-xlibs/libxau_0.1.1.bb
@@ -0,0 +1,18 @@
+SECTION = "x11/libs"
+LICENSE= "MIT"
+PRIORITY = "optional"
+DEPENDS = "xproto"
+PROVIDES = "xau"
+DESCRIPTION = "Authorization Protocol for X."
+PR = "r1"
+
+SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2 \
+ file://autofoo.patch;patch=1"
+S = "${WORKDIR}/libXau-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}
+