vbisam-2.0.ebuild 470 B

123456789101112131415161718192021
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. KEYWORDS="ppc x86"
  4. DESCRIPTION="replacement for IBM's C-ISAM"
  5. HOMEPAGE="https://sourceforge.net/projects/vbisam"
  6. SRC_URI="mirror://sourceforge/tiny-cobol/isam/${P}.tar.bz2"
  7. LICENSE="GPL-2 LGPL-2"
  8. SLOT="0"
  9. IUSE=""
  10. DEPEND=""
  11. RDEPEND="${DEPEND}"
  12. src_install()
  13. {
  14. emake install DESTDIR="${D}" || die "emake install failed."
  15. dodoc ChangeLog README NEWS AUTHORS
  16. }