Files
@ 32aaf5b62b9c
Branch filter:
Location: portage-overlay.git/dev-libs/libbegemot/libbegemot-1.11.ebuild - annotation
32aaf5b62b9c
535 B
application/vnd.gentoo.ebuild
add legacy net-fs/nfs-utils versions to tree
a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f 2beb802daeec a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f a4f6b7e9fd4f | # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit libtool
DESCRIPTION="begemot utility function library"
HOMEPAGE="http://people.freebsd.org/~harti/"
SRC_URI="http://people.freebsd.org/~harti/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
src_compile() {
elibtoolize
econf || die "econf failed"
emake -j1 || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README
}
|