[arch-commits] Commit in thin-provisioning-tools/repos (2 files)

Christian Hesse eworm at archlinux.org
Mon May 27 08:51:41 UTC 2019


    Date: Monday, May 27, 2019 @ 08:51:41
  Author: eworm
Revision: 354381

archrelease: copy trunk to testing-x86_64

Added:
  thin-provisioning-tools/repos/testing-x86_64/
  thin-provisioning-tools/repos/testing-x86_64/PKGBUILD
    (from rev 354380, thin-provisioning-tools/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 354380, thin-provisioning-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-05-27 08:51:41 UTC (rev 354381)
@@ -0,0 +1,27 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: Jason Hall <cakersq at gmail.com>
+
+pkgname=thin-provisioning-tools
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin device-mapper target'
+arch=('x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools"
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('3fa43f085676453cd01091a1e6a3c93c498fcc50f6863c0188f85d7c2c19c197')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man install
+}
+



More information about the arch-commits mailing list