[arch-commits] Commit in libstrophe/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Aug 14 07:46:54 UTC 2014


    Date: Thursday, August 14, 2014 @ 09:46:54
  Author: bpiotrowski
Revision: 117387

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

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

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   40 -----------------------
 community-x86_64/PKGBUILD |   40 -----------------------
 3 files changed, 76 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-14 07:46:47 UTC (rev 117386)
+++ community-i686/PKGBUILD	2014-08-14 07:46:54 UTC (rev 117387)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=libstrophe
-pkgver=20131107
-pkgrel=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-makedepends=('git' 'doxygen' 'expat')
-checkdepends=('check')
-options=('staticlibs')
-source=(git://github.com/strophe/libstrophe.git#commit=d408eaf)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git log -1 --format="%cd" --date=short | tr -d '-'
-}
-
-prepare() {
-  cd $pkgname
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  make -C $pkgname DESTDIR="$pkgdir" install
-}

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 117386, libstrophe/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-14 07:46:54 UTC (rev 117387)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libstrophe
+pkgver=0.8.6
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git' 'doxygen')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 MIT-LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-14 07:46:47 UTC (rev 117386)
+++ community-x86_64/PKGBUILD	2014-08-14 07:46:54 UTC (rev 117387)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=libstrophe
-pkgver=20131107
-pkgrel=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-makedepends=('git' 'doxygen' 'expat')
-checkdepends=('check')
-options=('staticlibs')
-source=(git://github.com/strophe/libstrophe.git#commit=d408eaf)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git log -1 --format="%cd" --date=short | tr -d '-'
-}
-
-prepare() {
-  cd $pkgname
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  make -C $pkgname DESTDIR="$pkgdir" install
-}

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 117386, libstrophe/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-14 07:46:54 UTC (rev 117387)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libstrophe
+pkgver=0.8.6
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git' 'doxygen')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 MIT-LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+}




More information about the arch-commits mailing list