[arch-commits] Commit in libstrophe/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Feb 25 22:43:25 UTC 2018


    Date: Sunday, February 25, 2018 @ 22:43:24
  Author: anthraxx
Revision: 298158

archrelease: copy trunk to community-x86_64

Added:
  libstrophe/repos/community-x86_64/PKGBUILD
    (from rev 298157, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-25 22:43:17 UTC (rev 298157)
+++ PKGBUILD	2018-02-25 22:43:24 UTC (rev 298158)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgbase=libstrophe
-pkgname=('libstrophe' 'libstrophe-doc')
-pkgver=0.9.1
-pkgrel=3
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-url='http://strophe.im/libstrophe/'
-arch=('i686' 'x86_64')
-license=('GPL3' 'MIT')
-makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
-checkdepends=('check')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
-sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ffdddd4916')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  ./bootstrap.sh
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C ${pkgbase}-${pkgver} check
-}
-
-package_libstrophe() {
-  depends=('openssl' 'expat')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 MIT-LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-package_libstrophe-doc() {
-  pkgdesc+=' (documentation and samples)'
-  options=('!strip')
-  optdepends=('libstrophe')
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -Dm 644 examples/{README.md,*.c} -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 MIT-LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 298157, libstrophe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-25 22:43:24 UTC (rev 298158)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgbase=libstrophe
+pkgname=('libstrophe' 'libstrophe-doc')
+pkgver=0.9.2
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('d55700a71c4f667e9ca24cf3dbbc43a709d2e8f985d68bbf26065800bfbfdff303f73ae1c0848111b1710a85041424818de3c2c6b519e21f28422167e115a257')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libstrophe() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libstrophe-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libstrophe')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 644 examples/{README.md,*.c} -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 MIT-LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list