summaryrefslogtreecommitdiff
path: root/packages/xproto/proto-common.inc
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-12 15:38:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-12 15:38:16 +0000
commite58723dfb051aee843224b87027a08bd0901960f (patch)
treecfca4bc2d517f6ec9213b786f3cf658b8a7b5da7 /packages/xproto/proto-common.inc
parent695254b45c61e92157f0a06e7c906b1792d7a816 (diff)
parent6f259b67b3d01939c69e51d8df1713f86de8d809 (diff)
merge of 21d01652e3aa40ef6aef3a3bc47a1d618d24501d
and 344ea81de10e1b863ad4c83421c41c9cb8680f36
Diffstat (limited to 'packages/xproto/proto-common.inc')
-rw-r--r--packages/xproto/proto-common.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xproto/proto-common.inc b/packages/xproto/proto-common.inc
new file mode 100644
index 0000000000..4a712a810a
--- /dev/null
+++ b/packages/xproto/proto-common.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "X protocol headers"
+SECTION = "x11/libs"
+LICENSE= "MIT-X"
+#MAINTAINER = ""
+
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}