summaryrefslogtreecommitdiff
path: root/squashfs-tools/Pkgfile
blob: fe206e7f0df4f9a0ce5ccf90debdd4ed40971526 (plain)
    1 # Description: SquashFS tools
    2 # URL: http://squashfs.sourceforge.net/
    3 # Maintainer: Matt Housh, jaeger at morpheus dot net
    4  
    5 name=squashfs-tools
    6 version=4.1
    7 release=1
    8 source=(http://download.sourceforge.net/squashfs/squashfs${version}.tar.gz)
    9 
   10 build() {
   11 	cd squashfs${version}/$name
   12 	make
   13 	install -D -m 0755 mksquashfs ${PKG}/sbin/mksquashfs
   14 	install -D -m 0755 unsquashfs ${PKG}/sbin/unsquashfs
   15 }

Generated by cgit