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/net-libs/obby/obby-0.4.6-r1.ebuild

32 lines
840 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/obby-0.4.6-r1.ebuild,v 1.6 2010/07/20 15:10:11 jer Exp $
DESCRIPTION="Library for collaborative text editing"
HOMEPAGE="http://gobby.0x539.de/"
SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="avahi ipv6 nls"
DEPEND=">=net-libs/net6-1.3.5
>=dev-libs/libsigc++-2.0
avahi? ( net-dns/avahi )
nls? ( sys-devel/gettext ) "
RDEPEND="${DEPEND}"
src_compile() {
econf \
$(use_with avahi zeroconf) \
$(use_enable ipv6) \
$(use_enable nls) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}