parted: update to 3.2.
This commit is contained in:
parent
8142d79c66
commit
e31c3422ba
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'parted'
|
||||
pkgname=parted
|
||||
version=3.1
|
||||
revision=5
|
||||
version=3.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-included-regex --disable-rpath"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel>=6.3 device-mapper-devel"
|
||||
short_desc="The GNU Parted disk partition resizing program"
|
||||
|
@ -11,12 +10,7 @@ homepage="http://www.gnu.org/software/parted/"
|
|||
license="GPL-3"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
||||
checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15
|
||||
|
||||
pre_build() {
|
||||
# Fix for readline>=6.3
|
||||
sed -e 's,(CPPFunction\*),,g' -i parted/ui.c
|
||||
}
|
||||
checksum=858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
|
||||
|
||||
libparted_package() {
|
||||
short_desc+=" - shared library"
|
||||
|
|
Loading…
Reference in New Issue