Date: Thursday, April 5, 2012 @ 08:16:28
  Author: dreisner
Revision: 155717

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

Added:
  libssh2/repos/testing-i686/
  libssh2/repos/testing-i686/PKGBUILD
    (from rev 155716, libssh2/trunk/PKGBUILD)
  libssh2/repos/testing-x86_64/
  libssh2/repos/testing-x86_64/PKGBUILD
    (from rev 155716, libssh2/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: libssh2/repos/testing-i686/PKGBUILD (from rev 155716, 
libssh2/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-04-05 12:16:28 UTC (rev 155717)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner <dreis...@archlinux.org>
+# Contributor: Angel Velasquez <an...@archlinux.org> 
+# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: ice-man <icem...@gmail.com>
+
+pkgname=libssh2
+pkgver=1.4.1
+pkgrel=1
+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')
+provides=('libssh2.so')
+options=('!libtool')
+source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('b94106e046af37fdc0734e487842fe66'
+         'd120a091e9f594c6608815d72b07c7a3')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libssh2/repos/testing-x86_64/PKGBUILD (from rev 155716, 
libssh2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-04-05 12:16:28 UTC (rev 155717)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner <dreis...@archlinux.org>
+# Contributor: Angel Velasquez <an...@archlinux.org> 
+# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: ice-man <icem...@gmail.com>
+
+pkgname=libssh2
+pkgver=1.4.1
+pkgrel=1
+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')
+provides=('libssh2.so')
+options=('!libtool')
+source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('b94106e046af37fdc0734e487842fe66'
+         'd120a091e9f594c6608815d72b07c7a3')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to