# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion toolchain-funcs DESCRIPTION="a general purpose messaging, notification and menuing program for X11." HOMEPAGE="http://gotmor.googlepages.com/dzen" SRC_URI="" ESVN_REPO_URI="http://dzen.googlecode.com/svn/trunk/" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" src_unpack() { subversion_src_unpack cd "${S}" sed -e "s/\/usr\/local/\/usr/g" -e "s/-Os/${CFLAGS}/g" \ -e "/CC\ =/d" -e "/LD\ =/d" -i config.mk || die "sed failed" echo "CC=$(tc-getCC)" >> config.mk echo "LD=$(tc-getCC)" >> config.mk } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc README TODO }