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-libs/libbegemot/libbegemot-1.11.ebuild

29 lines
632 B

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbegemot/libbegemot-1.11.ebuild,v 1.3 2007/07/12 02:25:34 mr_bones_ Exp $
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 ~x86-fbsd"
IUSE=""
DEPEND=""
src_compile() {
elibtoolize
econf || die "econf failed"
emake -j1 || die "emake failed"
}
src_install() {
einstall || die "einstall failed"
dodoc README
}