Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / squashfs-tools / squashfs-tools_2.0r2.oe
1 SECTION = "base"
2 DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux."
3 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
4 LICENSE = "GPLv2"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@oe.data.getVar('PV',d,1).replace('r','-r')}.tar.gz \
7            file://flags.patch;patch=1"
8 S = "${WORKDIR}/squashfs${PV}/squashfs-tools"
9
10 prefix = ""
11
12 do_install () {
13         install -d ${D}/${sbindir}
14         install -m 0755 mksquashfs ${D}/${sbindir}/
15 }