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

Eric Bélanger eric at archlinux.org
Tue Oct 18 20:07:59 UTC 2011


    Date: Tuesday, October 18, 2011 @ 16:07:58
  Author: eric
Revision: 140766

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

Added:
  libevent/repos/testing-i686/
  libevent/repos/testing-i686/PKGBUILD
    (from rev 140765, libevent/trunk/PKGBUILD)
  libevent/repos/testing-x86_64/
  libevent/repos/testing-x86_64/PKGBUILD
    (from rev 140765, libevent/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libevent/repos/testing-i686/PKGBUILD (from rev 140765, libevent/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-18 20:07:58 UTC (rev 140766)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=libevent
+pkgver=2.0.15
+pkgrel=1
+pkgdesc="An event notification library"
+arch=('i686' 'x86_64')
+url="http://www.monkey.org/~provos/libevent/"
+license=('GPL2')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+md5sums=('2643abe7ba242df15c08b2cc14ec8759'
+         '56e52e1b6bba54102d278da59af4495e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  sed -i 's#python#python2#' event_rpcgen.py
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 140765, libevent/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-18 20:07:58 UTC (rev 140766)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=libevent
+pkgver=2.0.15
+pkgrel=1
+pkgdesc="An event notification library"
+arch=('i686' 'x86_64')
+url="http://www.monkey.org/~provos/libevent/"
+license=('GPL2')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+md5sums=('2643abe7ba242df15c08b2cc14ec8759'
+         '56e52e1b6bba54102d278da59af4495e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  sed -i 's#python#python2#' event_rpcgen.py
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list