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

Jelle van der Waa jelle at archlinux.org
Sat Aug 12 14:27:13 UTC 2017


    Date: Saturday, August 12, 2017 @ 14:27:12
  Author: jelle
Revision: 250005

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

Added:
  sunxi-tools/repos/community-i686/PKGBUILD
    (from rev 250004, sunxi-tools/trunk/PKGBUILD)
  sunxi-tools/repos/community-x86_64/PKGBUILD
    (from rev 250004, sunxi-tools/trunk/PKGBUILD)
Deleted:
  sunxi-tools/repos/community-i686/PKGBUILD
  sunxi-tools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   23 --------------------
 community-x86_64/PKGBUILD |   23 --------------------
 3 files changed, 50 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-12 14:27:01 UTC (rev 250004)
+++ community-i686/PKGBUILD	2017-08-12 14:27:12 UTC (rev 250005)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Marco Kundt <mrckndt at gmail.com>
-
-pkgname=sunxi-tools
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A collection of command line tools for ARM devices with Allwinner SoCs"
-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=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PREFIX="$pkgdir/usr" make install
-}

Copied: sunxi-tools/repos/community-i686/PKGBUILD (from rev 250004, sunxi-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-12 14:27:12 UTC (rev 250005)
@@ -0,0 +1,25 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Marco Kundt <mrckndt at gmail.com>
+
+pkgname=sunxi-tools
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="A collection of command line tools for ARM devices with Allwinner SoCs"
+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=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  make misc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PREFIX="$pkgdir/usr" make install
+  PREFIX="$pkgdir/usr" make install-misc
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-12 14:27:01 UTC (rev 250004)
+++ community-x86_64/PKGBUILD	2017-08-12 14:27:12 UTC (rev 250005)
@@ -1,23 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Marco Kundt <mrckndt at gmail.com>
-
-pkgname=sunxi-tools
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A collection of command line tools for ARM devices with Allwinner SoCs"
-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=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PREFIX="$pkgdir/usr" make install
-}

Copied: sunxi-tools/repos/community-x86_64/PKGBUILD (from rev 250004, sunxi-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-12 14:27:12 UTC (rev 250005)
@@ -0,0 +1,25 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Marco Kundt <mrckndt at gmail.com>
+
+pkgname=sunxi-tools
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="A collection of command line tools for ARM devices with Allwinner SoCs"
+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=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  make misc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PREFIX="$pkgdir/usr" make install
+  PREFIX="$pkgdir/usr" make install-misc
+}



More information about the arch-commits mailing list