[Lunar-commits] <moonbase-other> swarp: introduction to -other
v4hn
me at v4hn.de
Sun Feb 3 14:40:33 CET 2013
commit ce935eb8bd6efaee28c125c2f1a3c4082d9bc1fe
Author: v4hn <me at v4hn.de>
Date: Sun, 03 Feb 2013 05:40:33 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/ce935eb8bd6efaee28c125c2f1a3c4082d9bc1fe
swarp: introduction to -other
---
x11-utils/swarp/BUILD | +3/-0
x11-utils/swarp/DEPENDS | +1/-0
x11-utils/swarp/DETAILS | +16/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/x11-utils/swarp/BUILD
@@ -0,0 +1,3 @@
+make &&
+prepare_install &&
+make PREFIX=/usr install
--- /dev/null
+++ b/x11-utils/swarp/DEPENDS
@@ -0,0 +1 @@
+depends libX11
--- /dev/null
+++ b/x11-utils/swarp/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=swarp
+ VERSION=0.1
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://dl.suckless.org/tools/
+ SOURCE_VFY=sha1:0d602b971f3d9fe0197143a9106a5c2e5044fd01
+ WEB_SITE=http://tools.suckless.org/swarp
+ ENTERED=20130203
+ UPDATED=20130203
+ SHORT="Simple pointer warping tool for X"
+
+cat << EOF
+Simple pointer warping tool for X.
+Warps the mouse pointer to a given position, e.g.:
+swarp 100 100
+will warp the pointer to (100, 100) on your screen.
+EOF
More information about the Lunar-commits
mailing list