2010-01-25 16:12:59 +00:00
|
|
|
# Template file for 'parted'
|
|
|
|
pkgname=parted
|
2012-03-20 06:53:27 +00:00
|
|
|
version=3.1
|
2010-01-25 16:12:59 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-01-26 13:08:02 +00:00
|
|
|
configure_args="--without-included-regex --disable-rpath --disable-debug"
|
2010-01-25 16:12:59 +00:00
|
|
|
short_desc="The GNU Parted disk partition resizing program"
|
2011-05-26 08:52:41 +00:00
|
|
|
homepage="http://www.gnu.org/software/parted/"
|
2012-03-20 06:53:27 +00:00
|
|
|
license="GPL-3"
|
2010-01-25 16:12:59 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-20 06:53:27 +00:00
|
|
|
checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15
|
2010-01-25 16:12:59 +00:00
|
|
|
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
|
|
|
|
operating systems, reorganising disk usage, and copying data to new hard disks."
|
|
|
|
|
|
|
|
subpackages="libparted libparted-devel"
|
|
|
|
|
2012-01-26 13:08:02 +00:00
|
|
|
Add_dependency build pkg-config
|
2010-01-25 16:12:59 +00:00
|
|
|
Add_dependency build libuuid-devel
|
2010-02-17 23:35:08 +00:00
|
|
|
Add_dependency build libblkid-devel
|
2010-01-25 16:12:59 +00:00
|
|
|
Add_dependency build ncurses-devel
|
|
|
|
Add_dependency build readline-devel
|
|
|
|
Add_dependency build device-mapper-devel
|