summaryrefslogtreecommitdiff
path: root/target/foxboard/tools/squashfs/Makefile
blob: 866beabf5b8a86eb357ec1ba4e19e5cf608c6240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id$
#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include $(TOPDIR)/rules.mk

PKG_NAME:=		squashfs
PKG_VERSION:=		4.0
PKG_RELEASE:=		1
PKG_MD5SUM:=		a3c23391da4ebab0ac4a75021ddabf96
MASTER_SITES:=		${MASTER_SITE_SOURCEFORGE:=squashfs/}
DISTFILES:=		${PKG_NAME}${PKG_VERSION}.tar.gz
WRKDIST=		${WRKDIR}/$(PKG_NAME)${PKG_VERSION}

include ../rules.mk

$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
	$(MAKE) -C $(WRKBUILD)/squashfs-tools
	touch $@

$(WRKBUILD)/.installed:
	$(INSTALL_BIN) $(WRKBUILD)/squashfs-tools/mksquashfs \
		${STAGING_TOOLS}/bin
	touch $@

include $(TOPDIR)/mk/tools.mk