contrib/squashfs-tools/Pkgfile

16 lines
394 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
2019-09-02 16:03:51 +02:00
version=4.4
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
make GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1
make install INSTALL_DIR=$PKG/sbin
2006-10-24 22:36:15 +02:00
}