New package: filezilla-3.7.3 (close #138).

This commit is contained in:
Juan RP 2013-08-19 20:36:06 +02:00
parent 2c158426a5
commit e0a790e591
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.7.3
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck"
hostmakedepends="pkg-config"
makedepends="gnutls-devel tinyxml-devel dbus-devel libidn-devel sqlite-devel
gtk+-devel wxGTK-devel xdg-utils hicolor-icon-theme desktop-file-utils"
short_desc="Fast and reliable FTP, FTPS and SFTP client"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://filezilla-project.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
checksum=2b012970a6033d8ffd4629b1d57b50ace62cd3750efad70001109f25e520c042
filezilla_package() {
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
pkg_install() {
vmove all
}
}