[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Mar 17 12:46:45 UTC 2014


    Date: Monday, March 17, 2014 @ 13:46:45
  Author: bpiotrowski
Revision: 107462

newpkg: libstrophe 20131107-1

Added:
  libstrophe/
  libstrophe/repos/
  libstrophe/trunk/
  libstrophe/trunk/PKGBUILD

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

Added: libstrophe/trunk/PKGBUILD
===================================================================
--- libstrophe/trunk/PKGBUILD	                        (rev 0)
+++ libstrophe/trunk/PKGBUILD	2014-03-17 12:46:45 UTC (rev 107462)
@@ -0,0 +1,40 @@
+# $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
+}


Property changes on: libstrophe/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list