summaryrefslogtreecommitdiff
path: root/dtach
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-12-05 04:11:54 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2007-12-05 04:26:17 +1100
commit246b136f78534cd117a8cecc13d040e38740b5be (patch)
tree4ec48895b13e93bb4e6d42a1e3741722b95b9084 /dtach
parent413a3470905c3f357a903913589bdd8ce05e07d1 (diff)
downloadcontrib-246b136f78534cd117a8cecc13d040e38740b5be.tar.gz
contrib-246b136f78534cd117a8cecc13d040e38740b5be.tar.xz
dtach: removed
Diffstat (limited to 'dtach')
-rw-r--r--dtach/.footprint6
-rw-r--r--dtach/.md5sum1
-rw-r--r--dtach/Pkgfile16
3 files changed, 0 insertions, 23 deletions
diff --git a/dtach/.footprint b/dtach/.footprint
deleted file mode 100644
index 8bbce8e0e..000000000
--- a/dtach/.footprint
+++ /dev/null
@@ -1,6 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/dtach
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/dtach.1.gz
diff --git a/dtach/.md5sum b/dtach/.md5sum
deleted file mode 100644
index 4cfc90d4b..000000000
--- a/dtach/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-9aa11433d5a5b4b9fed271f10102cf6f dtach-0.7.tar.gz
diff --git a/dtach/Pkgfile b/dtach/Pkgfile
deleted file mode 100644
index a4c2c7cd2..000000000
--- a/dtach/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Tiny implementation of the detach feature from screen(1)
-# URL: http://dtach.sourceforge.net/
-# Maintainer: Mark Rosenstand, mark at borkware dot net
-
-name=dtach
-version=0.7
-release=1
-source=(http://dl.sourceforge.net/sourceforge/dtach/dtach-$version.tar.gz)
-
-build() {
- cd dtach-$version
- ./configure --prefix=/usr
- make
- install -D dtach $PKG/usr/bin/dtach
- install -D -m 644 dtach.1 $PKG/usr/man/man1/dtach.1
-}

Generated by cgit