parted: update 2.1.
This commit is contained in:
parent
9c8e8a7d68
commit
ef0971f38f
3 changed files with 3 additions and 6 deletions
|
@ -6,8 +6,6 @@ long_desc="${long_desc}
|
|||
This package contains the static library and header files for libparted, which
|
||||
are really only of interest to parted developers."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run libuuid-devel
|
||||
Add_dependency run libblkid-devel
|
||||
Add_dependency run device-mapper-devel
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains libparted, the required shared library used by Parted."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libuuid
|
||||
Add_dependency run libblkid
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'parted'
|
||||
pkgname=parted
|
||||
version=2.1
|
||||
version=2.3
|
||||
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--without-included-regex --with-gnu-ld
|
||||
--disable-rpath --disable-debug"
|
||||
short_desc="The GNU Parted disk partition resizing program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=171e23b2db94eab9ad5a20f483d028b52fedc93d40dc927d73e6e12786a102d3
|
||||
checksum=66a080cc7baaf0eb11cc8c2c25f8d89921358b799d92c139aa92716503924b69
|
||||
long_desc="
|
||||
GNU Parted is a program that allows you to create, destroy, resize, move and
|
||||
copy hard disk partitions. This is useful for creating space for new
|
||||
|
@ -19,6 +19,7 @@ Add_dependency run glibc
|
|||
Add_dependency run ncurses-libs
|
||||
Add_dependency run readline
|
||||
Add_dependency run libparted
|
||||
|
||||
Add_dependency build xz
|
||||
Add_dependency build libuuid-devel
|
||||
Add_dependency build libblkid-devel
|
||||
|
|
Loading…
Reference in a new issue