[Lunar-commits] <moonbase-other> scrot: introduction to -other/x11-utils
v4hn
me at v4hn.de
Mon Dec 22 19:10:05 CET 2014
commit b761c4d2e16f97c970ae0ea8bba77dd7ed604b87
Author: v4hn <me at v4hn.de>
Date: Mon, 22 Dec 2014 19:09:05 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/b761c4d2e16f97c970ae0ea8bba77dd7ed604b87
scrot: introduction to -other/x11-utils
Thanks to Shi Lee for this submission.
I had to clean it up a bit though.
---
x11-utils/scrot/DEPENDS | +1/-0
x11-utils/scrot/DETAILS | +16/-0
x11-utils/scrot/PRE_BUILD | +3/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/x11-utils/scrot/DEPENDS
@@ -0,0 +1 @@
+depends imlib2
--- /dev/null
+++ b/x11-utils/scrot/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=scrot
+ VERSION=0.8
+ SOURCE=${MODULE}_$VERSION.orig.tar.gz
+ SOURCE_URL=http://scrot.sourcearchive.com/downloads/0.8/
+ SOURCE_VFY=sha1:674fcb4860f1dcfa02cde7d82414e1e1c731aa75
+ WEB_SITE=http://scrot.sourcearchive.com/
+ ENTERED=20141127
+ UPDATED=20141127
+ SHORT="A simple command-line screenshot utility for X"
+
+cat << EOF
+command line screen capture utility
+scrot (SCReen shOT) is a simple commandline screen capture
+utility that uses imlib2 to grab and save images. Multiple
+image formats are supported through imlib2's dynamic saver
+modules.
--- /dev/null
+++ b/x11-utils/scrot/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+
+sedit 's@/doc@/share/doc@' Makefile.{am,in}
More information about the Lunar-commits
mailing list