summaryrefslogtreecommitdiff
path: root/libfilezilla/Pkgfile
blob: 2f53d46c49a8f22fbc2350fec273c9b31e106b98 (plain)
    1 # Description: ftp client
    2 # URL:         http://filezilla-project.org
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Packager:    Bartlomiej Palmowski, rotwang at crux dot org dot pl
    5 # Depends on:  wxgtk gnutls xdg-utils tinyxml
    6 
    7 name=libfilezilla
    8 version=0.9.1
    9 release=1
   10 source=(http://download.filezilla-project.org/${name}/${name}-${version}.tar.bz2)
   11 
   12 build() {
   13     cd $name-$version
   14     ./configure \
   15         --prefix=/usr \
   16         --mandir=/usr/man #\
   17         #--disable-static \
   18     make
   19     make DESTDIR=$PKG install
   20     rm -rf $PKG/usr/share/locale
   21 }

Generated by cgit