forked from ports/contrib
tftp-hpa: taken from jaeger/
This commit is contained in:
parent
e7091ec4ca
commit
8b656c0948
11
tftp-hpa/.footprint
Normal file
11
tftp-hpa/.footprint
Normal file
@ -0,0 +1,11 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/tftp
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/tftp.1.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/in.tftpd.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/tftpd.8.gz -> in.tftpd.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/in.tftpd
|
1
tftp-hpa/.md5sum
Normal file
1
tftp-hpa/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
28beef704a4ef62bc2dead005198ef4c tftp-hpa-5.0.tar.bz2
|
17
tftp-hpa/Pkgfile
Normal file
17
tftp-hpa/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: An enhanced version of the BSD tftp client/server
|
||||
# URL: http://freshmeat.net/projects/tftp-hpa/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||
|
||||
name=tftp-hpa
|
||||
version=5.0
|
||||
release=1
|
||||
source=(http://www.kernel.org/pub/software/network/tftp/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make INSTALLROOT=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user