[arch-commits] Commit in (4 files)

Jelle van der Waa jelle at archlinux.org
Sat Oct 29 21:17:46 UTC 2016


    Date: Saturday, October 29, 2016 @ 21:17:45
  Author: jelle
Revision: 193981

sunxi-tools: initial commit

Added:
  sunxi-tools/
  sunxi-tools/repos/
  sunxi-tools/trunk/
  sunxi-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: sunxi-tools/trunk/PKGBUILD
===================================================================
--- sunxi-tools/trunk/PKGBUILD	                        (rev 0)
+++ sunxi-tools/trunk/PKGBUILD	2016-10-29 21:17:45 UTC (rev 193981)
@@ -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
+}


Property changes on: sunxi-tools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list