blob: a4b1f729ce79f1285de5e8ac785899e98468743f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR = "r0"
require make.inc
inherit canadian-sdk
DESCRIPTION = "GNU Make examines the timestamps on a set of \
interdependent files, and, if necessary, issues commands \
to bring them up-to-date - MinGW port."
HOMEPAGE = "http://www.mingw.org/"
SRC_URI = "${SOURCEFORGE_MIRROR}/mingw/mingw32-make-3.81-20080326-src.tar.gz"
S = "${WORKDIR}/make-${PV}-patched"
|