From 5f954c5a4b53afa11bc89440e2e3e937fe1974c6 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:32:50 +0000 Subject: [PATCH] mt-st: moved to attic --- mt-st/.footprint | 9 --------- mt-st/.md5sum | 1 - mt-st/Pkgfile | 18 ------------------ 3 files changed, 28 deletions(-) delete mode 100644 mt-st/.footprint delete mode 100644 mt-st/.md5sum delete mode 100644 mt-st/Pkgfile diff --git a/mt-st/.footprint b/mt-st/.footprint deleted file mode 100644 index 68972b48a..000000000 --- a/mt-st/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/mt --rwxr-xr-x root/root usr/bin/stinit -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mt.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/stinit.8.gz diff --git a/mt-st/.md5sum b/mt-st/.md5sum deleted file mode 100644 index 19a511384..000000000 --- a/mt-st/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c80e992a8d16def7af7421549b26ce77 mt-st-0.9b.tar.gz diff --git a/mt-st/Pkgfile b/mt-st/Pkgfile deleted file mode 100644 index 88b067f4b..000000000 --- a/mt-st/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: controls magnetic tape drive operation (SCSI & QIC-02) -# URL: ftp://ftp.ibiblio.org/pub/linux/system/backup/ -# Maintainer: -# Packager: Martin Opel, mo at obbl-net dot de - -name=mt-st -version=0.9b -release=1 -source=(http://www.ibiblio.org/pub/Linux/system/backup/$name-$version.tar.gz) - -build() { - cd $name-$version - make CFLAGS="$CFLAGS" CC=gcc - mkdir -p $PKG/usr/{bin,man/man1,man/man8} - cp mt stinit $PKG/usr/bin/ - cp mt.1 $PKG/usr/man/man1/ - cp stinit.8 $PKG/usr/man/man8/ -}