You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/vbisam/vbisam-2.0.ebuild

23 lines
478 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
KEYWORDS="ppc x86"
DESCRIPTION="replacement for IBM's C-ISAM"
HOMEPAGE="https://sourceforge.net/projects/vbisam"
SRC_URI="mirror://sourceforge/tiny-cobol/isam/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install()
{
emake install DESTDIR="${D}" || die "emake install failed."
dodoc ChangeLog README NEWS AUTHORS
}