summaryrefslogtreecommitdiff
path: root/filezilla/Pkgfile
blob: 466b9d54134b46bc5fbbe10b406a6f61a7f5dda4 (plain)
    1 # Description: ftp client
    2 # URL:         http://filezilla-project.org
    3 # Maintainer:  Bartlomiej Palmowski, maks1k at wp dot pl
    4 # Depends on:  wxgtk libidn gnutls
    5 
    6 name=filezilla
    7 version=3.1.5
    8 release=1
    9 source=(http://dl.sourceforge.net/sourceforge/$name/FileZilla_${version}_src.tar.bz2)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --disable-static --prefix=/usr
   14     make
   15     make DESTDIR=$PKG install
   16     rm -rf $PKG/usr/share/locale
   17 }

Generated by cgit