[arch-commits] Commit in babeltrace/repos (4 files)

Thore Bödecker foxxx0 at archlinux.org
Wed Sep 20 12:23:15 UTC 2017


    Date: Wednesday, September 20, 2017 @ 12:23:14
  Author: foxxx0
Revision: 258871

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

Added:
  babeltrace/repos/community-testing-i686/
  babeltrace/repos/community-testing-i686/PKGBUILD
    (from rev 258870, babeltrace/trunk/PKGBUILD)
  babeltrace/repos/community-testing-x86_64/
  babeltrace/repos/community-testing-x86_64/PKGBUILD
    (from rev 258870, babeltrace/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: babeltrace/repos/community-testing-i686/PKGBUILD (from rev 258870, babeltrace/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-20 12:23:14 UTC (rev 258871)
@@ -0,0 +1,31 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Philippe Proulx <pproulx at efficios.com>
+# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
+
+pkgname=babeltrace
+pkgver=1.5.3
+pkgrel=2
+pkgdesc="Command-line trace converter"
+arch=('i686' 'x86_64')
+url="http://diamon.org/babeltrace"
+license=('MIT' 'GPL2' 'LGPL2.1')
+depends=('popt' 'util-linux' 'glib2>=2.22.0' 'elfutils>=0.154')
+source=("http://www.efficios.com/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('0728d73d62ca4cd77db8770af34e792ec2dfaefb730c6bf1e0b0f9b3114271d8f9a51a163034ce33b7fc876f993fb39346ead878803a959edac1ccaf6f34ceb6')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix='/usr'
+    make
+}
+
+check() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make check
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: babeltrace/repos/community-testing-x86_64/PKGBUILD (from rev 258870, babeltrace/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-20 12:23:14 UTC (rev 258871)
@@ -0,0 +1,31 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Philippe Proulx <pproulx at efficios.com>
+# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
+
+pkgname=babeltrace
+pkgver=1.5.3
+pkgrel=2
+pkgdesc="Command-line trace converter"
+arch=('i686' 'x86_64')
+url="http://diamon.org/babeltrace"
+license=('MIT' 'GPL2' 'LGPL2.1')
+depends=('popt' 'util-linux' 'glib2>=2.22.0' 'elfutils>=0.154')
+source=("http://www.efficios.com/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('0728d73d62ca4cd77db8770af34e792ec2dfaefb730c6bf1e0b0f9b3114271d8f9a51a163034ce33b7fc876f993fb39346ead878803a959edac1ccaf6f34ceb6')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix='/usr'
+    make
+}
+
+check() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make check
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list