From 246b136f78534cd117a8cecc13d040e38740b5be Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 5 Dec 2007 04:11:54 +1100 Subject: dtach: removed --- dtach/.footprint | 6 ------ dtach/.md5sum | 1 - dtach/Pkgfile | 16 ---------------- 3 files changed, 23 deletions(-) delete mode 100644 dtach/.footprint delete mode 100644 dtach/.md5sum delete mode 100644 dtach/Pkgfile (limited to 'dtach') 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 -} -- cgit v1.2.3