diff options
Diffstat (limited to 'slackware64-current/source/n/netkit-ftp')
3 files changed, 83 insertions, 0 deletions
diff --git a/slackware64-current/source/n/netkit-ftp/netkit-ftp-0.17.tar.gz b/slackware64-current/source/n/netkit-ftp/netkit-ftp-0.17.tar.gz new file mode 100644 index 000000000..9d253c302 --- /dev/null +++ b/slackware64-current/source/n/netkit-ftp/netkit-ftp-0.17.tar.gz @@ -0,0 +1 @@ +815541a33bf02a43b5b41194389b8435e7890935 diff --git a/slackware64-current/source/n/netkit-ftp/netkit-ftp.SlackBuild b/slackware64-current/source/n/netkit-ftp/netkit-ftp.SlackBuild new file mode 100755 index 000000000..b97888bbc --- /dev/null +++ b/slackware64-current/source/n/netkit-ftp/netkit-ftp.SlackBuild @@ -0,0 +1,63 @@ +#!/bin/sh + +# Copyright 2007-2009 Patrick J. Volkerding, Sebeka, MN, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +VERSION=0.17 +ARCH=${ARCH:-x86_64} +BUILD=${BUILD:-2} + +CWD=$(pwd) +TMP=${TMP:-/tmp} +PKG=$TMP/package-netkit-ftp + +rm -rf $PKG +mkdir -p $TMP $PKG + +cd $TMP +rm -rf netkit-ftp-$VERSION +tar xzvf $CWD/netkit-ftp-$VERSION.tar.gz || exit 1 +cd netkit-ftp-$VERSION +chown -R root:root . +./configure --prefix=/usr +make || exit 1 +cd ftp +strip ftp +mkdir -p $PKG/bin +cat ftp > $PKG/bin/ftp +chmod 755 $PKG/bin/ftp +mkdir -p $PKG/usr/man/man{1,5} +cat ftp.1 | gzip -9c > $PKG/usr/man/man1/ftp.1.gz +cat netrc.5 | gzip -9c > $PKG/usr/man/man5/netrc.5.gz +cd .. +mkdir -p $PKG/usr/doc/netkit-ftp-$VERSION +cp -a README $PKG/usr/doc/netkit-ftp-$VERSION +chown root:root $PKG/usr/doc/netkit-ftp-$VERSION/* +chmod 644 $PKG/usr/doc/netkit-ftp-$VERSION/* + +# Finish up the package: +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +# Build the package: +cd $PKG +makepkg -l y -c n $TMP/netkit-ftp-$VERSION-$ARCH-$BUILD.txz + diff --git a/slackware64-current/source/n/netkit-ftp/slack-desc b/slackware64-current/source/n/netkit-ftp/slack-desc new file mode 100644 index 000000000..a201e8080 --- /dev/null +++ b/slackware64-current/source/n/netkit-ftp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +netkit-ftp: netkit-ftp (the old BSD FTP client) +netkit-ftp: +netkit-ftp: Ftp is the user interface to the Internet standard File Transfer +netkit-ftp: Protocol. The program allows a user to transfer files to and from a +netkit-ftp: remote network site. +netkit-ftp: +netkit-ftp: This is a program of mostly historical value. For a more powerful +netkit-ftp: command-line FTP client, look at something like lftp. +netkit-ftp: +netkit-ftp: +netkit-ftp: |