[arch-commits] Commit in thin-provisioning-tools/repos (2 files)
Christian Hesse
eworm at archlinux.org
Fri May 3 18:39:51 UTC 2019
Date: Friday, May 3, 2019 @ 18:39:51
Author: eworm
Revision: 352445
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 352444, thin-provisioning-tools/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 352444, thin-provisioning-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-03 18:39:51 UTC (rev 352445)
@@ -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.1
+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=('98e1d34cadb6e11449d86f3e416fd364ef41474c787c4d3566143f7f0f41b29b')
+
+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