diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-19 14:49:32 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-19 14:49:32 +0000 |
commit | 3ca6df477b1f40a25b5b0374649ed5c484c048d6 (patch) | |
tree | cf5887a08e72a515a67fcae6e73b6d132c2b28b5 /packages/xautomation/xautomation.inc | |
parent | 16a088705c5a2cef352a157b50e9b1e898c025d6 (diff) |
xautomation: add to OE. Closes 3706.
Diffstat (limited to 'packages/xautomation/xautomation.inc')
-rw-r--r-- | packages/xautomation/xautomation.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xautomation/xautomation.inc b/packages/xautomation/xautomation.inc new file mode 100644 index 0000000000..0157ace914 --- /dev/null +++ b/packages/xautomation/xautomation.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "Control X from the command line" +HOMEPAGE = "http://www.hoopajoo.net/projects/xautomation.html" +SECTION = "console" +LICENSE = "GPL" + +SRC_URI = "http://www.hoopajoo.net/static/projects/${PN}-${PV}.tar.gz \ + file://remove-man.patch;patch=1" + +inherit autotools pkgconfig |