gptfdisk: update to 0.8.5.

This commit is contained in:
Juan RP 2012-05-31 08:18:12 +02:00
parent 827d5c6d39
commit dc92e32680

View File

@ -1,20 +1,19 @@
# Template file for 'gptdisk'
pkgname=gptfdisk
version=0.8.2
version=0.8.5
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
makedepends="popt-devel icu-devel libuuid-devel"
makedepends="ncurses-devel popt-devel icu-devel libuuid-devel"
short_desc="GPT fdisk text-mode partitioning tool"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.rodsbooks.com/gdisk/"
license="GPL-2"
checksum=b1159027ca459661f04bc3bac8e79381895933ee214c4d6dba49b7d27204e5d3
checksum=15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9
long_desc="
GPT fdisk (aka gdisk) is a text-mode partitioning tool for Intel-based Linux
that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks,
rather than on the more common (through 2009) Master Boot Record (MBR)
partition tables."
do_build() {
make ${makejobs}
}