Alejandro Mery
17 years ago
3 changed files with 81 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1197905003 Mon Dec 17 10:23:23 2007 |
||||||
|
[BUILDTIME] 100 (9) |
||||||
|
[SIZE] 0.03 MB, 8 files |
||||||
|
|
||||||
|
[DEP] 00-dirtree |
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] mktemp |
||||||
|
[DEP] net-tools |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux |
@ -0,0 +1,21 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../dtach/dtach.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
hook_add postmake 5 'dtach_install' |
||||||
|
dtach_install() { |
||||||
|
cp -vf dtach.1 $root$mandir/man1/ |
||||||
|
cp -vf dtach $root$bindir/ |
||||||
|
} |
@ -0,0 +1,36 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../dtach/dtach.desc |
||||||
|
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Runs programs that know how to redraw themselves detached from a terminal |
||||||
|
|
||||||
|
[T] dtach is a tiny program that emulates the detach feature of screen, |
||||||
|
[T] allowing you to run a program in an environment that is protected from |
||||||
|
[T] the controlling terminal and attach to it later. dtach does not keep |
||||||
|
[T] track of the contents of the screen, and thus works best with programs |
||||||
|
[T] that know how to redraw themselves. |
||||||
|
|
||||||
|
[U] http://dtach.sourceforge.net/ |
||||||
|
|
||||||
|
[A] Ned T. Crigler <crigler@users.sourceforge.net> |
||||||
|
[M] Alejandro Mery <amery@opensde.org> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 0.7 |
||||||
|
[P] X -?---5---9 800.000 |
||||||
|
|
||||||
|
[D] 1686963883 dtach-0.7.tar.gz http://dl.sourceforge.net/sourceforge/dtach/ |
||||||
|
|
Loading…
Reference in new issue