summaryrefslogtreecommitdiff
path: root/filezilla/Pkgfile
blob: f40e4051c0ff0d0356825ec49ff9af0e073cc348 (plain)
    1 # Description: ftp client
    2 # URL:         http://filezilla-project.org
    3 # Maintainer:  Bartlomiej Palmowski, rotwang at crux dot org dot pl
    4 # Depends on:  wxgtk libidn gnutls xdg-utils
    5 
    6 name=filezilla
    7 version=3.3.1
    8 release=1
    9 source=(http://d10xg45o6p6dbl.cloudfront.net/projects/f/$name/FileZilla_${version}_src.tar.bz2)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure \
   14         --mandir=/usr/man \
   15         --disable-manualupdatecheck \
   16         --disable-static \
   17         --disable-locales \
   18         --prefix=/usr \
   19         --without-dbus
   20     make
   21     make DESTDIR=$PKG install
   22     rm -rf $PKG/usr/share/locale
   23 }

Generated by cgit