tnftp: update to 20100108, FS#698

This commit is contained in:
Juergen Daubert 2011-03-23 08:56:36 +01:00
parent 0111871131
commit 7fcbe2da8d
3 changed files with 7 additions and 16 deletions

View File

@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/tnftp
-rwxr-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
-rw-r--r-- root/root usr/man/man1/tnftp.1.gz

View File

@ -1,2 +1 @@
cc85dc7e259efc9e2c0f5dd74da5f808 tnftp-20070806-glibc-2.8.diff
bc78ddc857156f8bc4222d15cce6f76d tnftp-20070806.tar.gz
192aac255abd515d7d4cc9b397dc0cba tnftp-20100108.tar.gz

View File

@ -4,21 +4,13 @@
# Depends on:
name=tnftp
version=20070806
version=20100108
release=1
source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$name-$version.tar.gz
$name-$version-glibc-2.8.diff)
source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$name-$version.tar.gz)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version-glibc-2.8.diff
./configure \
--prefix=$PKG/usr \
--mandir=$PKG/usr/man \
--program-prefix=tn
./configure --prefix=/usr --mandir=/usr/man
make
make install
mv $PKG/usr/man/{cat,man}1
make DESTDIR=$PKG install
}