summaryrefslogtreecommitdiff
path: root/package/coreutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-05 09:46:59 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-05 09:46:59 +0100
commit9f2ed577bca569a49e999b1ad65586c6979178a7 (patch)
treece85a5203f3f62e45e9a9a2032b8a392d7b8de5f /package/coreutils/Makefile
parent8b3dac771af71587d791d7a8171c2b4036afea10 (diff)
convert to autotool infrastructure
Diffstat (limited to 'package/coreutils/Makefile')
-rw-r--r--package/coreutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile
index 0e7aa1835..26a501fd8 100644
--- a/package/coreutils/Makefile
+++ b/package/coreutils/Makefile
@@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= coreutils
PKG_VERSION:= 8.21
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 065ba41828644eca5dd8163446de5d64
PKG_DESCR:= basic file, shell and text manipulation utilities
PKG_SECTION:= base
-PKG_BUILDDEP:= gmp
+PKG_BUILDDEP:= gmp autotool
PKG_URL:= http://www.gnu.org/software/coreutils/
PKG_SITES:= http://ftp.gnu.org/gnu/coreutils/
@@ -30,6 +30,7 @@ $(eval $(call PKG_template,TSORT,tsort,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN
$(eval $(call PKG_template,TOUCH,touch,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_TOUCH},${PKGSC_TOUCH}))
$(eval $(call PKG_template,SHA256SUM,sha256sum,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_SHA256SUM},${PKGSC_SHA256SUM}))
+AUTOTOOL_STYLE:= autoreconf
CONFIGURE_ARGS+= --disable-rpath
touch-install: