[arch-commits] Commit in libev/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Mon Oct 13 06:27:08 UTC 2014
Date: Monday, October 13, 2014 @ 08:27:08
Author: anatolik
Revision: 120587
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
libev/repos/community-testing-i686/
libev/repos/community-testing-i686/PKGBUILD
(from rev 120586, libev/trunk/PKGBUILD)
libev/repos/community-testing-x86_64/
libev/repos/community-testing-x86_64/PKGBUILD
(from rev 120586, libev/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: libev/repos/community-testing-i686/PKGBUILD (from rev 120586, libev/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-13 06:27:08 UTC (rev 120587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Thomas Haider <t.haider at vcnc.org>
+
+pkgname=libev
+pkgver=4.19
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html"
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ # fix conflict with libevent
+ rm ${pkgdir}/usr/include/event.h
+
+ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
Copied: libev/repos/community-testing-x86_64/PKGBUILD (from rev 120586, libev/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2014-10-13 06:27:08 UTC (rev 120587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Thomas Haider <t.haider at vcnc.org>
+
+pkgname=libev
+pkgver=4.19
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html"
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ # fix conflict with libevent
+ rm ${pkgdir}/usr/include/event.h
+
+ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list