[arch-commits] Commit in drbd-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Dec 8 20:51:52 UTC 2018


    Date: Saturday, December 8, 2018 @ 20:51:50
  Author: arojas
Revision: 412641

archrelease: copy trunk to community-x86_64

Added:
  drbd-utils/repos/community-x86_64/PKGBUILD
    (from rev 412640, drbd-utils/trunk/PKGBUILD)
Deleted:
  drbd-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 20:51:29 UTC (rev 412640)
+++ PKGBUILD	2018-12-08 20:51:50 UTC (rev 412641)
@@ -1,59 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=9.6.0
-pkgrel=1
-arch=('x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='https://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=(http://www.linbit.com/downloads/drbd/utils/drbd-utils-$pkgver.tar.gz)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('048e058a21a6970d758063feee62d157')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --localstatedir=/var \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --libdir=/usr/lib \
-    --with-distro=generic \
-    --with-bashcompletion \
-    --with-initscripttype=systemd \
-    --with-udev \
-    --without-rgmanager \
-    --without-pacemaker \
-    --without-heartbeat \
-    --without-83support \
-    --without-xen
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-
-  # move /lib files under /usr/lib
-  mv lib/drbd/* usr/lib/drbd
-  rmdir lib/drbd lib
-
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # remove /var/lock
-  rmdir var/lock
-
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
-  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd-utils/repos/community-x86_64/PKGBUILD (from rev 412640, drbd-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-08 20:51:50 UTC (rev 412641)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=9.7.0
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='https://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
+replaces=('drbd')
+source=(http://www.linbit.com/downloads/drbd/utils/drbd-utils-$pkgver.tar.gz)
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('5114f97c9af811b181390a8fa1990d92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --localstatedir=/var \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --libdir=/usr/lib \
+    --with-distro=generic \
+    --with-bashcompletion \
+    --with-initscripttype=systemd \
+    --with-udev \
+    --without-rgmanager \
+    --without-pacemaker \
+    --without-heartbeat \
+    --without-83support \
+    --without-xen
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+
+  # move /lib files under /usr/lib
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock
+  rmdir var/lock
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
+  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list