Date: Saturday, October 5, 2013 @ 00:12:26
  Author: tomegun
Revision: 195905

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

Added:
  libssh/repos/testing-i686/
  libssh/repos/testing-i686/PKGBUILD
    (from rev 195904, libssh/trunk/PKGBUILD)
  libssh/repos/testing-x86_64/
  libssh/repos/testing-x86_64/PKGBUILD
    (from rev 195904, libssh/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: libssh/repos/testing-i686/PKGBUILD (from rev 195904, 
libssh/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-10-04 22:12:26 UTC (rev 195905)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: ice-man <[email protected]>
+# Contributor: sergeantspoon <[email protected]>
+
+pkgname=libssh
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="http://www.libssh.org/";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'doxygen')
+source=("https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz";)
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('bb308196756c7255c0969583d917136b')

Copied: libssh/repos/testing-x86_64/PKGBUILD (from rev 195904, 
libssh/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-10-04 22:12:26 UTC (rev 195905)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: ice-man <[email protected]>
+# Contributor: sergeantspoon <[email protected]>
+
+pkgname=libssh
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="http://www.libssh.org/";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'doxygen')
+source=("https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz";)
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('bb308196756c7255c0969583d917136b')

Reply via email to