[arch-commits] Commit in (libssh2 libssh2/repos libssh2/trunk libssh2/trunk/PKGBUILD)

Angel Velásquez angvp at archlinux.org
Thu May 19 05:00:38 UTC 2011


    Date: Thursday, May 19, 2011 @ 01:00:38
  Author: angvp
Revision: 124297

Adding libssh2 dependency to curl for sftp support

Added:
  libssh2/
  libssh2/repos/
  libssh2/trunk/
  libssh2/trunk/PKGBUILD

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

Added: libssh2/trunk/PKGBUILD
===================================================================
--- libssh2/trunk/PKGBUILD	                        (rev 0)
+++ libssh2/trunk/PKGBUILD	2011-05-19 05:00:38 UTC (rev 124297)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+
+pkgname=libssh2
+pkgver=1.2.7
+pkgrel=2
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
+url="http://www.libssh2.org/"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+options=('!libtool')
+source=("http://www.libssh2.org/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('a5d78344886f1282e4008c09bf568076')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: libssh2/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list