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

Anatol Pomozov anatolik at archlinux.org
Wed Nov 12 15:28:08 UTC 2014


    Date: Wednesday, November 12, 2014 @ 16:28:07
  Author: anatolik
Revision: 122445

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

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

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

Copied: dtc/repos/community-testing-i686/PKGBUILD (from rev 122444, dtc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-11-12 15:28:07 UTC (rev 122445)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies <fredbezies at gmail dot com>
+
+pkgname=dtc
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://www.devicetree.org/Device_Tree_Compiler'
+arch=(i686 x86_64)
+license=(GPL2)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
+sha256sums=('77992ad8eac7b68f553d0ba58e5b51604ac803d126196c99e3ae38aaae28bb94')
+
+build() {
+  cd dtc-$pkgver
+  make
+}
+
+check() {
+  cd dtc-$pkgver
+  make check
+}
+
+package() {
+  cd dtc-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+

Copied: dtc/repos/community-testing-x86_64/PKGBUILD (from rev 122444, dtc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-11-12 15:28:07 UTC (rev 122445)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies <fredbezies at gmail dot com>
+
+pkgname=dtc
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://www.devicetree.org/Device_Tree_Compiler'
+arch=(i686 x86_64)
+license=(GPL2)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
+sha256sums=('77992ad8eac7b68f553d0ba58e5b51604ac803d126196c99e3ae38aaae28bb94')
+
+build() {
+  cd dtc-$pkgver
+  make
+}
+
+check() {
+  cd dtc-$pkgver
+  make check
+}
+
+package() {
+  cd dtc-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



More information about the arch-commits mailing list