contrib/filezilla/Pkgfile

27 lines
772 B
Plaintext
Raw Normal View History

2008-11-01 18:31:26 +01:00
# Description: ftp client
# URL: http://filezilla-project.org
2014-05-22 12:17:45 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: wxgtk libidn gnutls xdg-utils tinyxml
2008-11-01 18:31:26 +01:00
name=filezilla
2014-09-18 15:06:26 +02:00
version=3.9.0.5
2008-11-01 18:31:26 +01:00
release=1
2012-03-25 09:35:45 +02:00
source=(http://downloads.sourceforge.net/project/$name/FileZilla_Client/$version/FileZilla_${version}_src.tar.bz2)
2008-11-01 18:31:26 +01:00
build() {
cd $name-$version
2009-01-23 15:06:06 +01:00
./configure \
2013-08-10 19:06:48 +02:00
--prefix=/usr \
2009-01-23 15:06:06 +01:00
--mandir=/usr/man \
--disable-manualupdatecheck \
2013-08-10 19:06:48 +02:00
--disable-autoupdatecheck \
2009-04-20 20:04:08 +02:00
--disable-locales \
2013-08-10 19:06:48 +02:00
--disable-static \
--disable-dependency-tracking \
2009-10-14 12:21:13 +02:00
--without-dbus
2014-05-22 12:17:45 +02:00
make
2008-11-01 18:31:26 +01:00
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}