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

Tom Gundersen tomegun at nymeria.archlinux.org
Sat Feb 2 18:01:43 UTC 2013


    Date: Saturday, February 2, 2013 @ 19:01:43
  Author: tomegun
Revision: 176926

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

Added:
  libevent/repos/testing-i686/
  libevent/repos/testing-i686/PKGBUILD
    (from rev 176925, libevent/trunk/PKGBUILD)
  libevent/repos/testing-x86_64/
  libevent/repos/testing-x86_64/PKGBUILD
    (from rev 176925, 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 176925, libevent/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-02-02 18:01:43 UTC (rev 176926)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=libevent
+pkgver=2.0.21
+pkgrel=2
+pkgdesc="An event notification library"
+arch=('i686' 'x86_64')
+url="http://www.monkey.org/~provos/libevent/"
+license=('BSD')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc})
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE
+}
+md5sums=('b2405cc9ebf264aa47ff615d9de527a2'
+         '31ffa4efc611c452697bd120a3bf8f9e')

Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 176925, libevent/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-02-02 18:01:43 UTC (rev 176926)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=libevent
+pkgver=2.0.21
+pkgrel=2
+pkgdesc="An event notification library"
+arch=('i686' 'x86_64')
+url="http://www.monkey.org/~provos/libevent/"
+license=('BSD')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc})
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-stable"
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE
+}
+md5sums=('b2405cc9ebf264aa47ff615d9de527a2'
+         '31ffa4efc611c452697bd120a3bf8f9e')




More information about the arch-commits mailing list