contrib/squashfs-tools/Pkgfile

18 lines
479 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
# Depends on: gzip lzo xz
2006-10-24 22:36:15 +02:00
name=squashfs-tools
2014-05-20 04:22:50 +02:00
version=4.3
release=2
source=(http://download.sourceforge.net/squashfs/squashfs${version}.tar.gz)
2006-10-24 22:36:15 +02:00
build() {
cd squashfs${version}/$name
sed -i -e '/^#include <ctype.h>/a #include <sys/sysmacros.h>' \
{mk,un}squashfs.c
make GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1
make install INSTALL_DIR=$PKG/sbin
2006-10-24 22:36:15 +02:00
}