contrib/squashfs-tools/Pkgfile

18 lines
465 B
Plaintext
Raw Normal View History

2006-10-24 22:36:15 +02:00
# Description: SquashFS tools
# URL: http://squashfs.sourceforge.net/
# Maintainer: Matt Housh, jaeger at morpheus dot net
2012-04-03 19:17:05 +02:00
# Depends on: xz
2006-10-24 22:36:15 +02:00
name=squashfs-tools
2014-05-20 04:22:50 +02:00
version=4.3
release=1
source=(http://download.sourceforge.net/squashfs/squashfs${version}.tar.gz)
2006-10-24 22:36:15 +02:00
build() {
cd squashfs${version}/$name
2012-04-03 19:17:05 +02:00
sed -i -e 's/^#\(XZ_SUPPORT = 1\)/\1/' Makefile
2006-10-24 22:36:15 +02:00
make
install -D -m 0755 mksquashfs ${PKG}/sbin/mksquashfs
install -D -m 0755 unsquashfs ${PKG}/sbin/unsquashfs
}