diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-05-05 08:57:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-05 08:57:22 +0000 |
commit | 907c744d46f4d8533b5deecc41df8839c38a759b (patch) | |
tree | 0715240ae9ef398f48c89ee794bebd3cf57d4315 /packages/xcb/xcb-proto_git.bb | |
parent | 6de77d51375f042db0cb2c4e3c44f5895f4c7dff (diff) |
xcb: add recipes for xcb-proto, libxcb, xcb-util and xcb-demo (0.9/0.1 release and git)
Diffstat (limited to 'packages/xcb/xcb-proto_git.bb')
-rw-r--r-- | packages/xcb/xcb-proto_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/xcb/xcb-proto_git.bb b/packages/xcb/xcb-proto_git.bb new file mode 100644 index 0000000000..55b941a321 --- /dev/null +++ b/packages/xcb/xcb-proto_git.bb @@ -0,0 +1,18 @@ +DEFAULT_PREFERENCE = "-1" + +DESCRIPTION = "XCB: an X protocol C binding" +SECTION = "x11/libs" +LICENSE = "MIT-X" +HOMEPAGE = "http://xcb.freedesktop.org" +MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>" +PV = "0.9+git" +PR = "r0" + +SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git" +S = "${WORKDIR}/git/xcb-proto" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |