parted: update to parted-3.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-04 14:48:11 +02:00
parent a7c1aca8ec
commit dc8256cb78
2 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,9 @@
. config/options $1
# parted fails to build with GOLD linker
strip_gold
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -33,7 +36,9 @@ cd $PKG_BUILD
--enable-shared \
--disable-device-mapper \
--without-readline \
--disable-rpath \
--with-gnu-ld \
make
make V=1
$MAKEINSTALL

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="parted"
PKG_VERSION="2.3"
PKG_VERSION="3.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"