[Lunar-commits] <moonbase> squashfs: Added the squashfs tools to moonbase

Terry Chan tchan at lunar-linux.org
Sun Aug 8 21:46:48 CEST 2010


commit 9bb8d1c0a2895bbd1faa2ea835f05a0ad60778b3
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun Aug 8 14:46:48 2010 -0500

    squashfs: Added the squashfs tools to moonbase
---
 filesys/squashfs/BUILD   |    9 +++++++++
 filesys/squashfs/DEPENDS |    1 +
 filesys/squashfs/DETAILS |   15 +++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/filesys/squashfs/BUILD b/filesys/squashfs/BUILD
new file mode 100644
index 0000000..2cbc8b7
--- /dev/null
+++ b/filesys/squashfs/BUILD
@@ -0,0 +1,9 @@
+(
+
+  cd squashfs-tools && 
+
+  make &&
+  prepare_install &&
+  install -m 755 -s mksquashfs unsquashfs /usr/bin
+
+) > $C_FIFO 2>&1
diff --git a/filesys/squashfs/DEPENDS b/filesys/squashfs/DEPENDS
new file mode 100644
index 0000000..f22003e
--- /dev/null
+++ b/filesys/squashfs/DEPENDS
@@ -0,0 +1 @@
+zlib
diff --git a/filesys/squashfs/DETAILS b/filesys/squashfs/DETAILS
new file mode 100644
index 0000000..bfcfedb
--- /dev/null
+++ b/filesys/squashfs/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=squashfs
+         VERSION=4.0
+          SOURCE=$MODULE${VERSION}.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:3efe764ac27c507ee4a549fc6507bc86ea0660dd
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE${VERSION}
+        WEB_SITE=http://squashfs.sourceforge.net
+         ENTERED=20100808
+         UPDATED=20100808
+          SHORT="System utilities for squashfs"
+
+cat << EOF
+squashfs is a compressed read-only file system for Linux.
+This provides the mksquashfs and unsquashfs tools for working with squashfs.
+EOF


More information about the Lunar-commits mailing list