ncftp: initial import

This commit is contained in:
Thomas Penteker 2010-03-02 23:15:22 +01:00
parent 073c4e878b
commit d5d92a2782
3 changed files with 37 additions and 0 deletions

18
ncftp/.footprint Normal file
View File

@ -0,0 +1,18 @@
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

1
ncftp/.md5sum Normal file
View File

@ -0,0 +1 @@
fac4aa169e1734e8d9617afd4a9b51e5 ncftp-3.2.3-src.tar.bz2

18
ncftp/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: command ftp client with completion
# URL: http://www.ncftp.com/ncftp/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=ncftp
version=3.2.3
release=1
source=(http://ftp.uni-erlangen.de/mirrors/gentoo/distfiles/ncftp-$version-src.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
}