# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.17 2004/06/24 21:59:22 agriffis Exp $ inherit eutils S=${WORKDIR}/DND/DNDlib DESCRIPTION="OffiX' Drag'n'drop library" HOMEPAGE="http://leb.net/OffiX" SRC_URI="http://leb.net/OffiX/dnd.1.1.tgz" IUSE="" SLOT="0" LICENSE="GPL-2 LGPL-2" KEYWORDS="x86 sparc alpha ia64 amd64 ppc" DEPEND="virtual/x11" src_unpack() { unpack dnd.1.1.tgz cd ${S} epatch ${FILESDIR}/${PF}-gentoo.diff || die } src_compile() { econf --with-x || die emake || die } src_install () { make prefix=${D}/usr install || die }