summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-29 20:43:18 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-29 20:43:18 -0500
commit59858e00fbd7d24e1f8c5c0b125a8628ef34bcff (patch)
treea043147b1f360b97bb00d9851dd4a8be9704eee3 /pcr
parentc627722eb158b68c5481cbd45c6d0e65019234cf (diff)
Removing sunxi-tools: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/sunxi-tools/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/sunxi-tools/PKGBUILD b/pcr/sunxi-tools/PKGBUILD
deleted file mode 100644
index a6a9f2f1e..000000000
--- a/pcr/sunxi-tools/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Marco Kundt <mrckndt@gmail.com>
-
-pkgname=sunxi-tools
-pkgver=1.3
-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)
-makedepends=(libusb)
-source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('2aa0afc21476ee9b03acff20a19f32c522106e61bcbfa1a9463168fe90a85fc5')
-
-
-build() {
- cd ${pkgname}-${pkgver}
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- install -Dm755 -d $pkgdir/usr/bin
- install -Dm755 -t $pkgdir/usr/bin sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part fex2bin bin2fex
-}