opt/tnftp/Pkgfile

17 lines
369 B
Plaintext
Raw Normal View History

2008-07-25 18:59:31 +02:00
# 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
2011-03-23 08:56:36 +01:00
version=20100108
2008-07-25 18:59:31 +02:00
release=1
2011-03-23 08:56:36 +01:00
source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$name-$version.tar.gz)
2008-07-25 18:59:31 +02:00
build() {
cd $name-$version
2011-03-23 08:56:36 +01:00
./configure --prefix=/usr --mandir=/usr/man
2008-07-25 18:59:31 +02:00
make
2011-03-23 08:56:36 +01:00
make DESTDIR=$PKG install
2008-07-25 18:59:31 +02:00
}