summaryrefslogtreecommitdiff
path: root/package/parted
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-04 15:38:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-04 15:38:46 +0200
commit75ea54a673167c1b27f1e0946c4288ab54c98431 (patch)
tree2bed225c6262878a1c71d997e2aaab7436a0d9de /package/parted
parent0b3d04056743af9729887a617881a3649378d6ee (diff)
fix lemote boot, update parted
Diffstat (limited to 'package/parted')
-rw-r--r--package/parted/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index 7ec4ed9ff..05f56bc65 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -4,16 +4,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= parted
-PKG_VERSION:= 3.0
+PKG_VERSION:= 3.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= a94e84a9b9944715c4453f82ccc639bf
+PKG_MD5SUM:= 5d89d64d94bcfefa9ce8f59f4b81bdcb
PKG_DESCR:= partition table editor
PKG_SECTION:= fs
-PKG_DEPENDS:= libuuid libreadline libpthread
+PKG_DEPENDS:= libuuid libreadline libpthread libgcc
PKG_BUILDDEP:= util-linux readline
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= ${MASTER_SITE_GNU:=parted/}
+DISTFILES:= ${PKG_NAME}-$(PKG_VERSION).tar.xz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PARTED,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))