diff options
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 |