Date: Monday, September 7, 2015 @ 11:27:03
  Author: foutrelis
Revision: 245439

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  lftp/repos/staging-i686/
  lftp/repos/staging-i686/PKGBUILD
    (from rev 245438, lftp/trunk/PKGBUILD)
  lftp/repos/staging-x86_64/
  lftp/repos/staging-x86_64/PKGBUILD
    (from rev 245438, lftp/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: lftp/repos/staging-i686/PKGBUILD (from rev 245438, lftp/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-09-07 09:27:03 UTC (rev 245439)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Aaron Griffin <[email protected]>
+
+pkgname=lftp
+pkgver=4.6.4
+pkgrel=2
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('84987c1095df84bfb5ac9c95c6aba6be'
+         '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
+}

Copied: lftp/repos/staging-x86_64/PKGBUILD (from rev 245438, 
lftp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-09-07 09:27:03 UTC (rev 245439)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Aaron Griffin <[email protected]>
+
+pkgname=lftp
+pkgver=4.6.4
+pkgrel=2
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('84987c1095df84bfb5ac9c95c6aba6be'
+         '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