mt-st: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:32:50 +00:00
parent 384acdcd39
commit 5f954c5a4b
3 changed files with 0 additions and 28 deletions

View File

@ -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

View File

@ -1 +0,0 @@
c80e992a8d16def7af7421549b26ce77 mt-st-0.9b.tar.gz

View File

@ -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/
}