summaryrefslogtreecommitdiff
path: root/package/parted
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
commit5bfdfbcee97c930c3c14dc3745089ac28e76ca41 (patch)
tree723a2310434afd85f68b3437e17917fcc6c5d623 /package/parted
parent16d7827ef1aec4aab89033ed1d47ca82fa3a3ba7 (diff)
parent58d31896056e604185acf3606b99257cea519dd1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/parted')
-rw-r--r--package/parted/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index cd8f73bd3..d7847947c 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -4,13 +4,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= parted
-PKG_VERSION:= 1.9.0
+PKG_VERSION:= 2.3
PKG_RELEASE:= 1
-PKG_MD5SUM:= 055305bc7bcf472ce38f9abf69a9d94d
-PKG_DESCR:= GNU parted
+PKG_MD5SUM:= 30ceb6df7e8681891e865e2fe5a7903d
+PKG_DESCR:= partition table editor
PKG_SECTION:= fs
-PKG_DEPENDS:= libuuid libreadline libdevmapper libpthread
-PKG_BUILDDEP:= e2fsprogs lvm readline
+PKG_DEPENDS:= libuuid libreadline libpthread
+PKG_BUILDDEP:= e2fsprogs readline
PKG_URL:= http://www.gnu.org/software/parted/index.shtml
PKG_SITES:= ${MASTER_SITE_GNU:=parted/}
@@ -18,6 +18,9 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PARTED,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIGURE_ARGS+= --disable-device-mapper \
+ --enable-Werror=no
+
post-install:
${INSTALL_DIR} $(IDIR_PARTED)/usr/sbin $(IDIR_PARTED)/usr/lib
${CP} $(WRKINST)/usr/lib/libparted*so* $(IDIR_PARTED)/usr/lib