aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squashfs-tools/squashfs-tools_2.0r2.bb
blob: 601724a5cbe8700dc3844993703b2656726395b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "base"
DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
LICENSE = "GPLv2"

SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tar.gz \
	   file://flags.patch;patch=1"
S = "${WORKDIR}/squashfs${PV}/squashfs-tools"

prefix = ""

do_install () {
	install -d ${D}${sbindir}
	install -m 0755 mksquashfs ${D}${sbindir}/
}