[arch-commits] Commit in dtc/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Fri Oct 24 16:49:17 UTC 2014
Date: Friday, October 24, 2014 @ 18:49:17
Author: anatolik
Revision: 121357
archrelease: copy trunk to community-i686, community-x86_64
Added:
dtc/repos/community-i686/
dtc/repos/community-i686/PKGBUILD
(from rev 121355, dtc/trunk/PKGBUILD)
dtc/repos/community-x86_64/
dtc/repos/community-x86_64/PKGBUILD
(from rev 121355, dtc/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: dtc/repos/community-i686/PKGBUILD (from rev 121355, dtc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-24 16:49:17 UTC (rev 121357)
@@ -0,0 +1,29 @@
+# Maintainer : Frederic Bezies <fredbezies at gmail dot com>
+# For ArchLinux by Joël Porquet
+
+pkgname=dtc
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://jdl.com/software/'
+arch=(i686 x86_64)
+license=(GPL2)
+makedepends=(git)
+source=(git://git.kernel.org/pub/scm/utils/dtc/dtc.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+ cd dtc
+ make
+}
+
+check() {
+ cd dtc
+ make check
+}
+
+package() {
+ cd dtc
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+
Copied: dtc/repos/community-x86_64/PKGBUILD (from rev 121355, dtc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-24 16:49:17 UTC (rev 121357)
@@ -0,0 +1,29 @@
+# Maintainer : Frederic Bezies <fredbezies at gmail dot com>
+# For ArchLinux by Joël Porquet
+
+pkgname=dtc
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://jdl.com/software/'
+arch=(i686 x86_64)
+license=(GPL2)
+makedepends=(git)
+source=(git://git.kernel.org/pub/scm/utils/dtc/dtc.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+ cd dtc
+ make
+}
+
+check() {
+ cd dtc
+ make check
+}
+
+package() {
+ cd dtc
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+
More information about the arch-commits
mailing list