diff options
Diffstat (limited to 'x11-plugins/gaimosd/gaimosd-1.0.0.ebuild')
-rw-r--r-- | x11-plugins/gaimosd/gaimosd-1.0.0.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild index d373fbf2e7c4..4f3abba6df4c 100644 --- a/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild +++ b/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild @@ -1,23 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild,v 1.3 2004/12/08 19:03:04 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaimosd/gaimosd-1.0.0.ebuild,v 1.4 2004/12/14 03:53:34 eradicator Exp $ inherit eutils DESCRIPTION="Gaim OSD is an implementation of the XOSD library, allowing Gaim to display several notification messages." HOMEPAGE="http://gaimosd.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" DEPEND=">=net-im/gaim-1.0.0 - x11-libs/xosd" -#RDEPEND="" - -#S=${WORKDIR}/${P} + x11-libs/xosd" src_compile() { econf --enable-customized-buddies --enable-customized-conversations || die @@ -25,8 +22,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die - #einstall || die - + make DESTDIR="${D}" install || die dodoc README TODO } |