contrib/squashfs-tools/Pkgfile

16 lines
399 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
name=squashfs-tools
2010-10-25 16:32:35 +02:00
version=4.1
2006-10-24 22:36:15 +02:00
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
install -D -m 0755 mksquashfs ${PKG}/sbin/mksquashfs
install -D -m 0755 unsquashfs ${PKG}/sbin/unsquashfs
}