[arch-commits] Commit in lftp/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Aug 5 18:21:15 UTC 2018
Date: Sunday, August 5, 2018 @ 18:21:15
Author: andyrtr
Revision: 330621
archrelease: copy trunk to testing-x86_64
Added:
lftp/repos/testing-x86_64/
lftp/repos/testing-x86_64/PKGBUILD
(from rev 330620, lftp/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: lftp/repos/testing-x86_64/PKGBUILD (from rev 330620, lftp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-05 18:21:15 UTC (rev 330621)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=lftp
+pkgver=4.8.4
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh' 'hicolor-icon-theme')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="https://lftp.yar.ru/"
+backup=('etc/lftp.conf')
+source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62'
+ 'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. Lukyanov <lav at yars.free.net>"
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --with-gnutls \
+ --without-openssl \
+ --without-included-regex \
+ --disable-static
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+ rm -rf ${pkgdir}/usr/lib
+}
More information about the arch-commits
mailing list