diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /mt-st | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'mt-st')
-rw-r--r-- | mt-st/.footprint | 9 | ||||
-rw-r--r-- | mt-st/.md5sum | 1 | ||||
-rw-r--r-- | mt-st/Pkgfile | 18 |
3 files changed, 28 insertions, 0 deletions
diff --git a/mt-st/.footprint b/mt-st/.footprint new file mode 100644 index 000000000..68972b48a --- /dev/null +++ b/mt-st/.footprint @@ -0,0 +1,9 @@ +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 new file mode 100644 index 000000000..19a511384 --- /dev/null +++ b/mt-st/.md5sum @@ -0,0 +1 @@ +c80e992a8d16def7af7421549b26ce77 mt-st-0.9b.tar.gz diff --git a/mt-st/Pkgfile b/mt-st/Pkgfile new file mode 100644 index 000000000..e5125c5c1 --- /dev/null +++ b/mt-st/Pkgfile @@ -0,0 +1,18 @@ +# Description: controls magnetic tape drive operation (SCSI & QIC-02) +# URL: ftp://ftp.ibiblio.org/pub/linux/system/backup/ +# Maintainer: sten, nick dot steeves at shaw dot ca +# 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/ +} |