# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="HTTP Chat-Engine" HOMEPAGE="http://yace.gogi.tv" SRC_URI="http://yace.gogi.tv/yace5/yace5-${PV}.tar.gz" LICENSE="Affero GPL" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-db/mysql dev-libs/openssl dev-lang/tcl >=dev-libs/publib-0.35" src_unpack() { unpack ${A} cd ${S} } src_install() { make || die insinto /opt/yace5 insopts -m0777 doins yaced-mysql yace dosym /opt/yace5/yaced-mysql /opt/yace5/yaced insinto /opt/yace5/wd insopts -m0644 doins wd/* insinto /opt/yace5/wd/commands doins wd/commands/* } pkg_postinst() { sed -i "s/CWD\=\"\"/CWD\=\"\/opt\/yace5\/wd\"/" /opt/yace5/yace }