diff options
Diffstat (limited to 'packages/make/make_3.80.bb')
-rw-r--r-- | packages/make/make_3.80.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/make/make_3.80.bb b/packages/make/make_3.80.bb index e69de29bb2..565b460f10 100644 --- a/packages/make/make_3.80.bb +++ b/packages/make/make_3.80.bb @@ -0,0 +1,9 @@ +SECTION = "devel" +DESCRIPTION = "GNU Make examines the timestamps on a set of \ +interdependent files, and, if necessary, issues commands \ +to bring them up-to-date." +LICENSE = "GPL" +SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ + file://SCCS.patch;patch=1" + +inherit autotools |