summaryrefslogtreecommitdiff
path: root/squashfs-tools
diff options
context:
space:
mode:
authorMatt Housh <jaeger@morpheus.net>2012-04-03 12:17:05 -0500
committerMatt Housh <jaeger@morpheus.net>2012-04-03 12:17:05 -0500
commit4d240fb89b17259ee39bb14d478c8d45f0a9793d (patch)
tree05f7b522c66e965f1e19a85e692135b3845bc7c4 /squashfs-tools
parent2559efe93269d3b1d5d5989e2742f2c0c3f5042c (diff)
downloadcontrib-4d240fb89b17259ee39bb14d478c8d45f0a9793d.tar.gz
contrib-4d240fb89b17259ee39bb14d478c8d45f0a9793d.tar.xz
squashfs-tools: added XZ support
Diffstat (limited to 'squashfs-tools')
-rw-r--r--squashfs-tools/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/squashfs-tools/Pkgfile b/squashfs-tools/Pkgfile
index 2a4ba389c..07afe7208 100644
--- a/squashfs-tools/Pkgfile
+++ b/squashfs-tools/Pkgfile
@@ -1,14 +1,16 @@
# Description: SquashFS tools
# URL: http://squashfs.sourceforge.net/
# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: xz
name=squashfs-tools
version=4.2
-release=1
+release=2
source=(http://download.sourceforge.net/squashfs/squashfs${version}.tar.gz)
build() {
cd squashfs${version}/$name
+ sed -i -e 's/^#\(XZ_SUPPORT = 1\)/\1/' Makefile
make
install -D -m 0755 mksquashfs ${PKG}/sbin/mksquashfs
install -D -m 0755 unsquashfs ${PKG}/sbin/unsquashfs

Generated by cgit