summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..75c720897355
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
+pkgname=x-tools-armv6-bin
+pkgver=20160601
+pkgrel=1
+pkgdesc="crosstool-ng toolchain - x-tools package for armv6h compiling"
+arch=('x86_64')
+url="https://archlinuxarm.org/wiki/Distcc_Cross-Compiling"
+license=('GPL3')
+provides=('apw')
+depends=('xz')
+options=(!emptydirs)
+source=('https://archlinuxarm.org/builder/xtools/x-tools6h.tar.xz')
+md5sums=('SKIP')
+noextract=('x-tools7h.tar.xz')
+package() {
+ mkdir -p "$pkgdir/usr/x-tools"
+ tar -Jxf "$srcdir/x-tools7h.tar.xz" -C "$pkgdir/usr/x-tools"
+} \ No newline at end of file