# squashfs package pkgname=squashfs pkgver=2.2 pkgrel=1 pkgdesc="compressed filesystem" url="http://squashfs.sourceforge.net/" license="" source=(http://mesh.dl.sourceforge.net/sourceforge/squashfs/$pkgname$pkgver.tar.gz) # squashfs2.1-r2-2.6.10.patch) build() { cd $startdir/src/$pkgname$pkgver/squashfs-tools #patch -Np1 -i ../../squashfs2.1-r2-2.6.10.patch make || return 1 #make DESTDIR=$startdir/pkg install mkdir -p $startdir/pkg/usr/bin install -m 755 mksquashfs $startdir/pkg/usr/bin } md5sums=('9537f1bfa3efd5df722f1a85cd424414')