|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /home/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.9.2.ebuild,v 1.2 2003/07/12 14:28:13 aliz Exp $ | # $Header: /home/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-2.9.2.ebuild,v 1.2 2003/07/12 14:28:13 aliz Exp $ |
| |
S=${WORKDIR}/${P} |
|
DESCRIPTION="A graphical file and directories comparator and merge tool." | DESCRIPTION="A graphical file and directories comparator and merge tool." |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
HOMEPAGE="http://xxdiff.sourceforge.net/" | HOMEPAGE="http://xxdiff.sourceforge.net/" |
| |
DEPEND="=x11-libs/qt-3* |
DEPEND=">=x11-libs/qt-3.1 |
|
kde? ( >=kde-base/kdelibs-3.1 ) |
>=dev-util/tmake-1.8-r1" | >=dev-util/tmake-1.8-r1" |
| |
RDEPEND="=x11-libs/qt-3* |
RDEPEND=">=x11-libs/qt-3.1 |
|
kde? ( >=kde-base/kdelibs-3.1 ) |
sys-apps/diffutils" | sys-apps/diffutils" |
| |
SLOT="0" | SLOT="0" |
LICENSE="GPL-2" | LICENSE="GPL-2" |
KEYWORDS="x86 ~sparc" | KEYWORDS="x86 ~sparc" |
IUSE="" |
|
|
src_unpack() { |
|
unpack ${A} |
|
|
|
if [ `use kde` ] |
|
then |
|
epatch ${FILESDIR}/kdesupport.patch |
|
fi |
|
} |
| |
src_compile() { | src_compile() { |
cd src | cd src |