Date: Sunday, December 22, 2019 @ 11:02:04
  Author: andyrtr
Revision: 372069

archrelease: copy trunk to testing-x86_64

Added:
  lftp/repos/testing-x86_64/
  lftp/repos/testing-x86_64/PKGBUILD
    (from rev 372068, lftp/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: lftp/repos/testing-x86_64/PKGBUILD (from rev 372068, 
lftp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2019-12-22 11:02:04 UTC (rev 372069)
@@ -0,0 +1,33 @@
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Aaron Griffin <[email protected]>
+
+pkgname=lftp
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' '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=('0b3b659e1969a31827a25861c01ccf71ac6d3f20ee256bdf6999d653e031a24e'
+            'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov <[email protected]>"
+
+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
+}

Reply via email to