[arch-commits] Commit in multipath-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Fri Jan 22 19:29:29 UTC 2021


    Date: Friday, January 22, 2021 @ 19:29:29
  Author: spupykin
Revision: 824945

archrelease: copy trunk to community-x86_64

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
    (from rev 824944, multipath-tools/trunk/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 19:29:20 UTC (rev 824944)
+++ PKGBUILD	2021-01-22 19:29:29 UTC (rev 824945)
@@ -1,49 +0,0 @@
-# Maintainer: Robin Broda <robin at broda.me>
-# Contributor: Michael Lass <bevan at bi-co.net>
-# Contributor: Justin Dray <justin at dray.be>
-# Contributor: Patrick McCarty <pnorcks at gmail dot com>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Thomas S Hatch <thatch45 ar gmail dot com>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Matt Heagney <matt at heagney.com>
-
-pkgname=multipath-tools
-_tag='eecfcba56c95128c9241e8a2abaa6166847fba9d' # git rev-parse ${pkgver}
-pkgver=0.8.5
-pkgrel=1
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
-makedepends=('git' 'systemd')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${_tag}")
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix systemd version detection in Makefile
-  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make -j1 \
-    DESTDIR="${pkgdir}" \
-    exec_prefix="/usr" \
-    LIB="/usr/lib" \
-    install
-
-  install -D -m0644 -t "${pkgdir}/usr/share/doc/${pkgname}" README*
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 824944, multipath-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 19:29:29 UTC (rev 824945)
@@ -0,0 +1,49 @@
+# Maintainer: Robin Broda <robin at broda.me>
+# Contributor: Michael Lass <bevan at bi-co.net>
+# Contributor: Justin Dray <justin at dray.be>
+# Contributor: Patrick McCarty <pnorcks at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Thomas S Hatch <thatch45 ar gmail dot com>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Matt Heagney <matt at heagney.com>
+
+pkgname=multipath-tools
+_tag='eecfcba56c95128c9241e8a2abaa6166847fba9d' # git rev-parse ${pkgver}
+pkgver=0.8.5
+pkgrel=2
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
+makedepends=('git' 'systemd')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${_tag}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make -j1 \
+    DESTDIR="${pkgdir}" \
+    exec_prefix="/usr" \
+    LIB="/usr/lib" \
+    install
+
+  install -D -m0644 -t "${pkgdir}/usr/share/doc/${pkgname}" README*
+}



More information about the arch-commits mailing list