summaryrefslogtreecommitdiff
path: root/squashfs-tools
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2006-10-24 15:36:15 -0500
committerMatt Housh <jaeger@crux.nu>2006-10-24 15:36:15 -0500
commit1447692c84b7d0429e4de41e70e1f84a1a55e183 (patch)
treed3228f3960d9f7fcfbb6e2c88faa798c87ee29ed /squashfs-tools
parente4d2dbda6ba0d3a9c0bb0d58255b65db80932737 (diff)
downloadcontrib-1447692c84b7d0429e4de41e70e1f84a1a55e183.tar.gz
contrib-1447692c84b7d0429e4de41e70e1f84a1a55e183.tar.xz
initial import of my contrib ports
Diffstat (limited to 'squashfs-tools')
-rw-r--r--squashfs-tools/.footprint3
-rw-r--r--squashfs-tools/.md5sum1
-rw-r--r--squashfs-tools/Pkgfile15
3 files changed, 19 insertions, 0 deletions
diff --git a/squashfs-tools/.footprint b/squashfs-tools/.footprint
new file mode 100644
index 000000000..d88f6a770
--- /dev/null
+++ b/squashfs-tools/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root sbin/
+-rwxr-xr-x root/root sbin/mksquashfs
+-rwxr-xr-x root/root sbin/unsquashfs
diff --git a/squashfs-tools/.md5sum b/squashfs-tools/.md5sum
new file mode 100644
index 000000000..646c3c1a9
--- /dev/null
+++ b/squashfs-tools/.md5sum
@@ -0,0 +1 @@
+c252e5286b142afa54ca49829c51a33f squashfs3.1-r2.tar.gz
diff --git a/squashfs-tools/Pkgfile b/squashfs-tools/Pkgfile
new file mode 100644
index 000000000..39e3f5785
--- /dev/null
+++ b/squashfs-tools/Pkgfile
@@ -0,0 +1,15 @@
+# Description: SquashFS tools
+# URL: http://squashfs.sourceforge.net/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+
+name=squashfs-tools
+version=3.1-r2
+release=1
+source=(http://dl.sourceforge.net/squashfs/squashfs${version}.tar.gz)
+
+build() {
+ cd squashfs${version}/$name
+ make
+ install -D -m 0755 mksquashfs ${PKG}/sbin/mksquashfs
+ install -D -m 0755 unsquashfs ${PKG}/sbin/unsquashfs
+}

Generated by cgit