diff options
Diffstat (limited to 'src/autotools.mk')
-rw-r--r-- | src/autotools.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/autotools.mk b/src/autotools.mk new file mode 100644 index 0000000..7f200a3 --- /dev/null +++ b/src/autotools.mk @@ -0,0 +1,8 @@ +# This file is part of MXE. See LICENSE.md for licensing information. + +PKG := autotools +$(PKG)_WEBSITE := https://en.wikipedia.org/wiki/GNU_Build_System +$(PKG)_DESCR := Dependency package to ensure the autotools work +$(PKG)_VERSION := 1 +$(PKG)_DEPS := libtool pkgconf +$(PKG)_TARGETS := $(BUILD) |