# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" S=${WORKDIR}/${P} DESCRIPTION="Qt SOAP Manager is a GUI tool for sending SOAP messages." SRC_URI="mirror://sourceforge/qsoapman/${P}.tar.gz" HOMEPAGE="http://qsoapman.sourceforge.net/" SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" RESTRICT="nomirror" DEPEND=">=x11-libs/qt-3.1" RDEPEND="${DEPEND}" src_compile() { qmake -o Makefile qsoapman.pro sed -i -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" src/Makefile sed -i -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" src/Makefile addpredict ${QTDIR}/etc/settings emake || die "make failed" emake install || die "make install failed" } src_install () { insinto /usr/share/${PN} doins *.xml dobin bin/qsoapman dodoc AUTHORS BUGS ChangeLog COPYING TODO }