tnftp: initial release
This commit is contained in:
parent
ec1d556dd7
commit
36c572a253
6
tnftp/.footprint
Normal file
6
tnftp/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-r-xr-xr-x root/root usr/bin/tnftp
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-r--r--r-- root/root usr/man/man1/tnftp.1.gz
|
1
tnftp/.md5sum
Normal file
1
tnftp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
bc78ddc857156f8bc4222d15cce6f76d tnftp-20070806.tar.gz
|
22
tnftp/Pkgfile
Normal file
22
tnftp/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: NetBSD FTP client
|
||||
# URL: ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
|
||||
# Maintainer: Antti Nykanen, aon at iki dot fi
|
||||
# Depends on:
|
||||
|
||||
name=tnftp
|
||||
version=20070806
|
||||
release=1
|
||||
source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure \
|
||||
--prefix=$PKG/usr \
|
||||
--mandir=$PKG/usr/man \
|
||||
--program-prefix=tn
|
||||
|
||||
make
|
||||
make install
|
||||
|
||||
mv $PKG/usr/man/{cat,man}1
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user