summaryrefslogtreecommitdiff
path: root/ncftp/Pkgfile
blob: 75e7e7d5e71cb7f75cdc0f221a4ae4b1f72c30d5 (plain)
    1 # Description: command ftp client with completion
    2 # URL:         http://www.ncftp.com/ncftp/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:
    5 
    6 name=ncftp
    7 version=3.2.6
    8 release=2
    9 source=(ftp://ftp.ncftp.com/ncftp/ncftp-$version-src.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr
   14 
   15   make
   16   make install DESTDIR=$PKG
   17 }

Generated by cgit