summaryrefslogtreecommitdiff
path: root/squashfs-tools/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'squashfs-tools/Pkgfile')
-rw-r--r--squashfs-tools/Pkgfile15
1 files changed, 15 insertions, 0 deletions
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