Date: Wednesday, August 30, 2017 @ 05:54:20
  Author: eworm
Revision: 304334

archrelease: copy trunk to testing-i686, testing-x86_64

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

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: thin-provisioning-tools/repos/testing-i686/PKGBUILD (from rev 304333, 
thin-provisioning-tools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-08-30 05:54:20 UTC (rev 304334)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+# Contributor: Jason Hall <cake...@gmail.com>
+
+pkgname=thin-provisioning-tools
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
+arch=('i686' '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=('da45e387bb7ad5b1b8727dc3e013a1136a18fe7a59bea19074a945ff6d73b925')
+
+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
+}
+

Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 304333, 
thin-provisioning-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-08-30 05:54:20 UTC (rev 304334)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <e...@archlinux.org>
+# Contributor: Jason Hall <cake...@gmail.com>
+
+pkgname=thin-provisioning-tools
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
+arch=('i686' '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=('da45e387bb7ad5b1b8727dc3e013a1136a18fe7a59bea19074a945ff6d73b925')
+
+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
+}
+

Reply via email to