ncftp: removed.

This commit is contained in:
Tilman Sauerbeck 2008-03-02 10:50:34 +01:00
parent 5a4dea25d5
commit 1461e9f9d6
3 changed files with 0 additions and 35 deletions

View File

@ -1,18 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ncftp
-rwxr-xr-x root/root usr/bin/ncftpbatch
-rwxr-xr-x root/root usr/bin/ncftpbookmarks
-rwxr-xr-x root/root usr/bin/ncftpget
-rwxr-xr-x root/root usr/bin/ncftpls
-rwxr-xr-x root/root usr/bin/ncftpput
-rwxr-xr-x root/root usr/bin/ncftpspooler
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ncftp.1.gz
-rw-r--r-- root/root usr/man/man1/ncftpbatch.1.gz
-rw-r--r-- root/root usr/man/man1/ncftpget.1.gz
-rw-r--r-- root/root usr/man/man1/ncftpls.1.gz
-rw-r--r-- root/root usr/man/man1/ncftpput.1.gz
-rw-r--r-- root/root usr/man/man1/ncftpspooler.1.gz

View File

@ -1 +0,0 @@
d82cdfe0d5448172c03b434607414fb8 ncftp-3.2.1-src.tar.bz2

View File

@ -1,16 +0,0 @@
# Description: A powerful ftp client with a very nice text-based interface
# URL: http://www.ncftp.com/
# Maintainer: Matt Housh, jaeger at crux dot nu
name=ncftp
version=3.2.1
release=1
source=(ftp://ftp.ncftp.com/$name/$name-$version-src.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
}