contrib/filezilla/Pkgfile
Bartlomiej Palmowski 9f95add91f filezilla: new port
2008-11-01 18:31:26 +01:00

18 lines
442 B
Plaintext

# Description: ftp client
# URL: http://filezilla-project.org
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: wxgtk libidn gnutls
name=filezilla
version=3.1.5
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/FileZilla_${version}_src.tar.bz2)
build() {
cd $name-$version
./configure --disable-static --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}