(2.2) safecat: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-04-02 22:01:00 +00:00
parent 0e5fc1c53a
commit 9f4397c598
3 changed files with 0 additions and 28 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/maildir
-rwxr-xr-x root/root usr/bin/safecat
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/maildir.1.gz
-rw-r--r-- root/root usr/man/man1/safecat.1.gz

View File

@ -1 +0,0 @@
cb59b35bae57495b54220269c6a24761 safecat-1.12.tar.gz

View File

@ -1,19 +0,0 @@
# Description: copy stdin to a qmail-style maildir.
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# URL: http://www.pobox.com/~lbudney/linux/software/safecat.html
name=safecat
version=1.12
release=1
source=(http://www.pobox.com/~lbudney/linux/software/$name/$name-$version.tar.gz)
build () {
cd $name-$version
echo "/usr" > conf-root
make
install -d $PKG/usr/{bin,man/man1}
install -m 755 {safecat,maildir} $PKG/usr/bin
install -m 644 {safecat,maildir}.1 $PKG/usr/man/man1
}