| 1 |
# Copyright 1999-2013 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild,v 1.1 2012/05/08 21:34:02 kensington Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
inherit qt4-r2
|
| 8 |
|
| 9 |
DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets"
|
| 10 |
HOMEPAGE="http://code.google.com/p/basqet/"
|
| 11 |
SRC_URI="http://basqet.googlecode.com/files/${PN}_${PV}-src.tgz"
|
| 12 |
|
| 13 |
LICENSE="GPL-3"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="~amd64 ~x86"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
DEPEND="dev-qt/qtcore:4
|
| 19 |
dev-qt/qtgui:4"
|
| 20 |
RDEPEND="${DEPEND}"
|
| 21 |
|
| 22 |
S=${WORKDIR}/release_${PV}
|
| 23 |
|
| 24 |
PATCHES=( "${FILESDIR}/${P}-desktop.patch" )
|
| 25 |
|
| 26 |
src_prepare() {
|
| 27 |
qt4-r2_src_prepare
|
| 28 |
|
| 29 |
sed -i 's:PREFIX = /usr/local:PREFIX = /usr:' ${PN}.pro || die
|
| 30 |
}
|