16 lines
400 B
Plaintext
Raw Normal View History

2006-10-24 15:36:15 -05:00
# Description: SquashFS tools
# URL: http://squashfs.sourceforge.net/
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=squashfs-tools
2010-10-25 09:32:35 -05:00
version=4.1
2006-10-24 15:36:15 -05:00
release=1
2010-10-25 09:32:35 -05:00
source=(http://downloads.sourceforge.net/squashfs/squashfs${version}.tar.gz)
2006-10-24 15:36:15 -05:00
build() {
cd squashfs${version}/$name
make
install -D -m 0755 mksquashfs ${PKG}/sbin/mksquashfs
install -D -m 0755 unsquashfs ${PKG}/sbin/unsquashfs
}