summaryrefslogtreecommitdiff
blob: af4af73a00a259c73a71bebd2f2d3e3076b93bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
EAPI="5"
inherit eutils

DESCRIPTION="Git's date parsing code"
HOMEPAGE="http://www.dabbelt.com/~palmer/software/${PN}/"
SRC_URI="https://github.com/palmer-dabbelt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0/$PV"
KEYWORDS="amd64 amd64-linux"
IUSE=""

DEPEND="sys-devel/pconfigure
         "

RDEPEND=""

src_configure() {
	echo "PREFIX = ${EPREFIX}/usr" > Configfile.local
        pconfigure --verbose
}