void-packages/srcpkgs/gpart/template

17 lines
452 B
Bash
Raw Normal View History

2013-12-07 10:03:12 +00:00
# Template file for 'gpart'
pkgname=gpart
2015-11-25 06:44:21 +00:00
version=0.3
revision=1
2013-12-07 10:03:12 +00:00
build_style=gnu-configure
2015-11-25 06:44:21 +00:00
hostmakedepends="automake"
2013-12-07 10:03:12 +00:00
short_desc="Partition table rescue/guessing tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-12-07 10:03:12 +00:00
license="GPL-2"
homepage="https://github.com/baruch/gpart"
2015-11-25 06:44:21 +00:00
distfiles="https://github.com/baruch/gpart/archive/${version}.tar.gz"
checksum=ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd
2015-08-03 12:07:58 +00:00
pre_configure() {
autoreconf -fi
}