From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/filezilla/PKGBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 community/filezilla/PKGBUILD (limited to 'community/filezilla/PKGBUILD') diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD deleted file mode 100644 index 216568378..000000000 --- a/community/filezilla/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 95254 2013-08-07 20:59:40Z bluewind $ -# Contributor: Alexander Fehr -# Maintainer: Daniel J Griffiths - -pkgname=filezilla -pkgver=3.7.3 -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=('df7828739a852ac3adbc1c010303115d') -- cgit v1.2.3-54-g00ecf