wok rev 5373

Up: parted (2.2) - I disabled device mapper since its enable by default now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 01 01:40:16 2010 +0000 (2010-05-01)
parents b6f967050433
children 5a98a1457110
files parted-dev/receipt parted/receipt
line diff
     1.1 --- a/parted-dev/receipt	Sat May 01 01:30:59 2010 +0000
     1.2 +++ b/parted-dev/receipt	Sat May 01 01:40:16 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="parted-dev"
     1.7 -VERSION="1.8.8"
     1.8 +VERSION="2.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU parted editor devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/parted/receipt	Sat May 01 01:30:59 2010 +0000
     2.2 +++ b/parted/receipt	Sat May 01 01:40:16 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="parted"
     2.7 -VERSION="1.8.8"
     2.8 +VERSION="2.2"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="GNU parted partition editor."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -22,6 +22,7 @@
    2.13  		--disable-debug \
    2.14  		--disable-Werror \
    2.15  		--without-readline \
    2.16 +		--disable-device-mapper \
    2.17  		$CONFIGURE_ARGS &&
    2.18  	make &&
    2.19  	make DESTDIR=$PWD/_pkg install