28 lines
766 B
Bash
28 lines
766 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-qmake/kdevelop-qmake-1.6.0.ebuild,v 1.1 2014/06/02 12:50:18 zx2c4 Exp $
|
|
|
|
EAPI=5
|
|
|
|
KDEBASE="kdevelop"
|
|
KMNAME="kdev-qmake"
|
|
inherit kde4-base
|
|
|
|
MY_PN="${KMNAME}"
|
|
S=${WORKDIR}/${MY_PN}
|
|
DESCRIPTION="Qt's qmake build system plugin for KDevelop"
|
|
HOMEPAGE="http://www.kdevelop.org/"
|
|
SRC_URI="http://quickgit.kde.org/?p=${MY_PN}.git&a=snapshot&h=${PV%%.0} -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-util/kdevelop-pg-qt"
|
|
RDEPEND="dev-util/kdevelop ${DEPEND}"
|
|
|
|
src_install() {
|
|
kde4-base_src_install
|
|
rm "${D}/usr/share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2"
|
|
}
|