[arch-commits] Commit in sunxi-tools/repos (4 files)
Jelle van der Waa
jelle at archlinux.org
Sat Oct 29 21:20:13 UTC 2016
Date: Saturday, October 29, 2016 @ 21:20:13
Author: jelle
Revision: 193982
archrelease: copy trunk to community-i686, community-x86_64
Added:
sunxi-tools/repos/community-i686/
sunxi-tools/repos/community-i686/PKGBUILD
(from rev 193981, sunxi-tools/trunk/PKGBUILD)
sunxi-tools/repos/community-x86_64/
sunxi-tools/repos/community-x86_64/PKGBUILD
(from rev 193981, sunxi-tools/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 23 +++++++++++++++++++++++
community-x86_64/PKGBUILD | 23 +++++++++++++++++++++++
2 files changed, 46 insertions(+)
Copied: sunxi-tools/repos/community-i686/PKGBUILD (from rev 193981, sunxi-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-29 21:20:13 UTC (rev 193982)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Marco Kundt <mrckndt at gmail.com>
+
+pkgname=sunxi-tools
+pkgver=1.4
+pkgrel=1
+pkgdesc="Tools to help hacking Allwinner devices."
+arch=('i686' 'x86_64')
+url="https://github.com/linux-sunxi/sunxi-tools"
+license=('GPL')
+depends=(libusb)
+source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('f80e6cd5f2d61d57d4f0e68b345e2a42aac206350be0680d233c494e3a13a7c3')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ PREFIX="$pkgdir/usr" make install
+}
Copied: sunxi-tools/repos/community-x86_64/PKGBUILD (from rev 193981, sunxi-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-29 21:20:13 UTC (rev 193982)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Marco Kundt <mrckndt at gmail.com>
+
+pkgname=sunxi-tools
+pkgver=1.4
+pkgrel=1
+pkgdesc="Tools to help hacking Allwinner devices."
+arch=('i686' 'x86_64')
+url="https://github.com/linux-sunxi/sunxi-tools"
+license=('GPL')
+depends=(libusb)
+source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('f80e6cd5f2d61d57d4f0e68b345e2a42aac206350be0680d233c494e3a13a7c3')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ PREFIX="$pkgdir/usr" make install
+}
More information about the arch-commits
mailing list