summaryrefslogtreecommitdiff
path: root/netkit-ftp/Pkgfile
blob: e6ca167836429468550ef149aceb5ab1ef50cbdf (plain)
    1 # Description: An FTP client
    2 # URL:         ftp://ftp.uk.linux.org/pub/linux/Networking/netkit
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends on:  ncurses, readline
    5 
    6 name=netkit-ftp
    7 version=0.17
    8 release=1
    9 source=(ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/$name-$version.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --prefix=/usr --installroot=$PKG
   14     make
   15     mkdir -p $PKG/usr/bin $PKG/usr/man/man1 $PKG/usr/man/man5
   16     make install
   17     rm $PKG/usr/bin/pftp $PKG/usr/man/man1/pftp.1
   18 }

Generated by cgit