aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tools
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-12-05 23:21:15 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-12-05 23:21:19 +0100
commit157b34b83473011193451e90c7d4e57e02140464 (patch)
treedef8ea765a6643f282b33ce54d0c83cbbc58795e /INSTALL/tools
parentdc1b78d04cecc3ab81e1ba3dd9e2bd0e8440cb85 (diff)
setup: don't use testing version of debian
This forces to install xz-utils manually from deb packages. Change-Id: Ided961e65c4185f475ea1f8e2009e4be805e92d4 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'INSTALL/tools')
-rw-r--r--INSTALL/tools/xz-utils/README21
-rw-r--r--INSTALL/tools/xz-utils/liblzma5_5.2.2-1.2_amd64.debbin0 -> 233758 bytes
-rw-r--r--INSTALL/tools/xz-utils/xz-utils_5.2.2-1.2_amd64.debbin0 -> 263586 bytes
-rw-r--r--INSTALL/tools/xz-utils/xzdec_5.2.2-1.2_amd64.debbin0 -> 197912 bytes
4 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL/tools/xz-utils/README b/INSTALL/tools/xz-utils/README
new file mode 100644
index 0000000..2d10d64
--- /dev/null
+++ b/INSTALL/tools/xz-utils/README
@@ -0,0 +1,21 @@
+# create a build dir
+mkdir build
+
+# clone from git://git.breakpoint.cc/bigeasy/xz-utils-debian.git
+git clone git://git.breakpoint.cc/bigeasy/xz-utils-debian.git
+cd xz-utils-debian
+
+# install needed package for compiling: apt-get install autoconf automake ...
+sudo apt-get update
+sudo apt-get install debhelper autoconf libtool doxygen
+
+# adjust debian/rules: remove --disable-threads from configure args
+sed -i -e 's/--disable-threads/--enable-threads/g' -e 's/--enable-small/--disable-small/g' debian/rules
+
+# build package
+dpkg-buildpackage -uc -us -b
+
+# grab deb files
+cd ..
+ls -l *.deb
+
diff --git a/INSTALL/tools/xz-utils/liblzma5_5.2.2-1.2_amd64.deb b/INSTALL/tools/xz-utils/liblzma5_5.2.2-1.2_amd64.deb
new file mode 100644
index 0000000..0fe812c
--- /dev/null
+++ b/INSTALL/tools/xz-utils/liblzma5_5.2.2-1.2_amd64.deb
Binary files differ
diff --git a/INSTALL/tools/xz-utils/xz-utils_5.2.2-1.2_amd64.deb b/INSTALL/tools/xz-utils/xz-utils_5.2.2-1.2_amd64.deb
new file mode 100644
index 0000000..9c0cccd
--- /dev/null
+++ b/INSTALL/tools/xz-utils/xz-utils_5.2.2-1.2_amd64.deb
Binary files differ
diff --git a/INSTALL/tools/xz-utils/xzdec_5.2.2-1.2_amd64.deb b/INSTALL/tools/xz-utils/xzdec_5.2.2-1.2_amd64.deb
new file mode 100644
index 0000000..a1f533f
--- /dev/null
+++ b/INSTALL/tools/xz-utils/xzdec_5.2.2-1.2_amd64.deb
Binary files differ