summaryrefslogtreecommitdiff
path: root/packages/squashfs-tools/squashfs-tools.inc
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-11-16 19:50:10 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-11-16 19:50:10 +0000
commit0048e583c9234dfc488609fb501c301b3d61da39 (patch)
tree71d882c578c0ce20fbea0ddd0b64374ef2aee6e8 /packages/squashfs-tools/squashfs-tools.inc
parent6eb50a468d6bba9421c55a8ac102d58b56804b5b (diff)
squashfs-tools: Added release 3.3.
Diffstat (limited to 'packages/squashfs-tools/squashfs-tools.inc')
-rw-r--r--packages/squashfs-tools/squashfs-tools.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/squashfs-tools/squashfs-tools.inc b/packages/squashfs-tools/squashfs-tools.inc
new file mode 100644
index 0000000000..2083bd171d
--- /dev/null
+++ b/packages/squashfs-tools/squashfs-tools.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux."
+SECTION = "base"
+LICENSE = "GPLv2"
+PR = "r0"
+
+DEPENDS = "zlib"
+
+S = "${WORKDIR}/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}/squashfs-tools"
+
+prefix = ""
+
+do_compile() {
+ oe_runmake mksquashfs
+}
+
+do_install () {
+ install -d ${D}${sbindir}
+ install -m 0755 mksquashfs ${D}${sbindir}/
+}