diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-12 15:38:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 15:38:16 +0000 |
commit | e58723dfb051aee843224b87027a08bd0901960f (patch) | |
tree | cfca4bc2d517f6ec9213b786f3cf658b8a7b5da7 /packages/xmodmap | |
parent | 695254b45c61e92157f0a06e7c906b1792d7a816 (diff) | |
parent | 6f259b67b3d01939c69e51d8df1713f86de8d809 (diff) |
merge of 21d01652e3aa40ef6aef3a3bc47a1d618d24501d
and 344ea81de10e1b863ad4c83421c41c9cb8680f36
Diffstat (limited to 'packages/xmodmap')
-rw-r--r-- | packages/xmodmap/xmodmap_1.0.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/xmodmap/xmodmap_1.0.0.bb b/packages/xmodmap/xmodmap_1.0.0.bb new file mode 100644 index 0000000000..57140361b4 --- /dev/null +++ b/packages/xmodmap/xmodmap_1.0.0.bb @@ -0,0 +1,10 @@ +LICENSE = "MIT" +DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X" +MAINTAINER = "Rene Wagner <rw@handhelds.org>" +SECTION = "x11/base" + +DEPENDS = "libx11" + +SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/xmodmap-1.0.0.tar.bz2" + +inherit autotools pkgconfig |