void-packages/srcpkgs/gpart/template

17 lines
455 B
Bash
Raw Normal View History

2013-12-07 11:03:12 +01:00
# Template file for 'gpart'
pkgname=gpart
2015-08-03 14:07:58 +02:00
version=0.2.2
2015-08-03 15:07:04 +02:00
revision=2
2013-12-07 11:03:12 +01:00
build_style=gnu-configure
short_desc="Partition table rescue/guessing tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-08-03 14:07:58 +02:00
hostmakedepends="automake"
2013-12-07 11:03:12 +01:00
license="GPL-2"
homepage="https://github.com/baruch/gpart"
2015-08-03 14:07:58 +02:00
distfiles="https://github.com/baruch/gpart/archive/v${version}.tar.gz"
checksum=82b2f9fd86439cf1435da00abfde5bdf7ea4d8ee0355e45e9d7d93f109e5f0d4
pre_configure() {
autoreconf -fi
}