summaryrefslogtreecommitdiff
path: root/community/filezilla
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/filezilla
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/filezilla')
-rw-r--r--community/filezilla/PKGBUILD34
-rw-r--r--community/filezilla/filezilla.install11
2 files changed, 0 insertions, 45 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD
deleted file mode 100644
index 9ba45c2a7..000000000
--- a/community/filezilla/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 93466 2013-07-03 21:46:52Z bluewind $
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=filezilla
-pkgver=3.7.1.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/"
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite')
-install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./autogen.sh
- ./configure \
- --prefix=/usr \
- --disable-manualupdatecheck \
- --disable-autoupdatecheck \
- --disable-static \
- --with-tinyxml=builtin
-
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('52c6f764b2f4a94b1781da42b2bbb9b5')
diff --git a/community/filezilla/filezilla.install b/community/filezilla/filezilla.install
deleted file mode 100644
index 1a05f573e..000000000
--- a/community/filezilla/filezilla.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}