[arch-commits] Commit in libev/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 22 09:45:25 UTC 2020
Date: Sunday, March 22, 2020 @ 09:45:24
Author: arojas
Revision: 603361
archrelease: copy trunk to community-x86_64
Added:
libev/repos/community-x86_64/PKGBUILD
(from rev 603360, libev/trunk/PKGBUILD)
Deleted:
libev/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 09:45:06 UTC (rev 603360)
+++ PKGBUILD 2020-03-22 09:45:24 UTC (rev 603361)
@@ -1,37 +0,0 @@
-# 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.31
-pkgrel=1
-pkgdesc="A full-featured and high-performance event loop"
-arch=('x86_64')
-url="https://software.schmorp.de/pkg/libev.html"
-license=('BSD')
-depends=('glibc')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('41a70861053eaed07bdb9b1dfcff24fb390803b9')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
-package() {
- cd ${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-x86_64/PKGBUILD (from rev 603360, libev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-22 09:45:24 UTC (rev 603361)
@@ -0,0 +1,37 @@
+# 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.33
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('x86_64')
+url="https://software.schmorp.de/pkg/libev.html"
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('133587b89c34dba0b3a2d2a90ba59f6748f6c368')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${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