[arch-commits] Commit in liburing/repos/extra-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Sep 23 18:29:40 UTC 2020


    Date: Wednesday, September 23, 2020 @ 18:29:40
  Author: dvzrv
Revision: 396441

archrelease: copy trunk to extra-x86_64

Added:
  liburing/repos/extra-x86_64/PKGBUILD
    (from rev 396440, liburing/trunk/PKGBUILD)
Deleted:
  liburing/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 29 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-23 18:29:32 UTC (rev 396440)
+++ PKGBUILD	2020-09-23 18:29:40 UTC (rev 396441)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=liburing
-pkgver=0.7
-pkgrel=1
-pkgdesc='Linux-native io_uring I/O access library'
-arch=('x86_64')
-url='https://git.kernel.dk/cgit/liburing/'
-license=('MIT' 'LGPL2.1')
-makedepends=('git')
-validpgpkeys=('C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6') # Jens Axboe <axboe at kernel.dk>
-source=("git+https://git.kernel.dk/liburing#tag=liburing-$pkgver?signed")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure \
-    --mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: liburing/repos/extra-x86_64/PKGBUILD (from rev 396440, liburing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-23 18:29:40 UTC (rev 396441)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=liburing
+pkgver=0.7
+pkgrel=2
+pkgdesc="Linux-native io_uring I/O access library"
+arch=('x86_64')
+url="https://git.kernel.dk/cgit/liburing/"
+license=('LGPL2.1' 'MIT')
+depends=('glibc')
+makedepends=('git')
+provides=('liburing.so')
+source=("git+https://git.kernel.dk/liburing#tag=liburing-$pkgver?signed")
+sha512sums=('SKIP')
+validpgpkeys=('C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6') # Jens Axboe <axboe at kernel.dk>
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix='/usr' \
+              --mandir='/usr/share/man'
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list