diff options
author | Matthias Hentges <oe@hentges.net> | 2007-04-03 02:21:19 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-04-03 02:21:19 +0000 |
commit | 464dab74c58df1b0670cff89e842a998d554f355 (patch) | |
tree | 89f1c71a87ebe075a39aa2b0128e7eac390de803 /packages/ttyrec/files | |
parent | 2101a73213e474cef3e4d17ef6759e713c3c903f (diff) |
:
ttyrec: Add ttyrec, a tty recorder
Diffstat (limited to 'packages/ttyrec/files')
-rw-r--r-- | packages/ttyrec/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ttyrec/files/Makefile.patch | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packages/ttyrec/files/.mtn2git_empty b/packages/ttyrec/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ttyrec/files/.mtn2git_empty diff --git a/packages/ttyrec/files/Makefile.patch b/packages/ttyrec/files/Makefile.patch new file mode 100644 index 0000000000..4c2f5774af --- /dev/null +++ b/packages/ttyrec/files/Makefile.patch @@ -0,0 +1,8 @@ +--- ttyrec-1.0.8/Makefile.orig 2007-04-03 02:08:25.000000000 +0000 ++++ ttyrec-1.0.8/Makefile 2007-04-03 02:08:42.000000000 +0000 +@@ -1,5 +1,3 @@ +-CC = gcc +-CFLAGS = -O2 + VERSION = 1.0.8 + + TARGET = ttyrec ttyplay ttytime |