[Lunar-commits] <moonbase-other> ttyrec: added to -other

v4hn me at v4hn.de
Sat Oct 12 12:22:39 CEST 2013


commit e40a550a2bdbe3892f802b4b8c280df32747ef0c
Author: v4hn <me at v4hn.de>
Date: Sun, 06 Oct 2013 17:58:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e40a550a2bdbe3892f802b4b8c280df32747ef0c

ttyrec: added to -other
---
  utils/ttyrec/BUILD          | +6/-0     
  utils/ttyrec/DETAILS        | +15/-0    
   -> utils/ttyrec/typescript
  3 files changed, 21 insertions(+)

--- /dev/null
+++ b/utils/ttyrec/BUILD
@@ -0,0 +1,6 @@
+make &&
+
+prepare_install &&
+
+install -Dm0755 tty{play,rec,time} /usr/bin/ &&
+install -Dm0644 tty{play,rec,time}.1 /usr/man/man1/
--- /dev/null
+++ b/utils/ttyrec/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=ttyrec
+         VERSION=1.0.8
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://0xcc.net/$MODULE
+      SOURCE_VFY=sha1:645f1e2a1ac4b2a32ad314711fb3da014ce9684d
+        WEB_SITE=http://0xcc.net/$MODULE
+         ENTERED=20131007
+         UPDATED=20131007
+           SHORT="record and play tty sessions"
+
+cat <<'EOF'
+ttyrec is a tty recorder. Recorded data can be
+played back with the included ttyplay command.
+This is basically an enhanced `script` command.
+EOF




More information about the Lunar-commits mailing list