1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Partition table rescue/guessing tool"
9 HOMEPAGE="https://github.com/baruch/gpart"
10 SRC_URI="https://github.com/baruch/gpart/archive/${PV}.tar.gz -> ${P}.tar.gz"
14 KEYWORDS="amd64 ~hppa x86"
17 "${FILESDIR}"/${PN}-0.1h-errno.patch
18 "${FILESDIR}"/${PN}-0.3-build.patch
24 # Fix version string in build environment.
25 if [[ "$(awk -F , '/^AC_INIT/ {print $2}' configure.ac)" != ${PV} ]] ; then
26 sed "/^AC_INIT/s@, [[:digit:]\.]\+[[:alnum:]-]*,@, ${PV},@" \
27 -i configure.ac || die