view dev-libs/vstr/vstr-1.0.14.ebuild @ 499:5963f39960df

visualvm update
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 03 Mar 2020 08:45:00 +0100
parents 7985ba427c7d
children
line wrap: on
line source

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Fast, secure and complete C string library"
HOMEPAGE="http://www.and.org/vstr/"
SRC_URI="ftp://ftp.and.org/pub/james/vstr/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/${P}-Makefile.in.patch
}

src_compile() {
	econf || die
	emake || die "emake failed"
}

src_install() {
	einstall || die
}