/[gentoo-x86]/x11-misc/basqet/basqet-0.2.0.ebuild
Gentoo

Contents of /x11-misc/basqet/basqet-0.2.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Mar 2 23:47:25 2013 UTC (2 months, 3 weeks ago) by hwoarang
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -4 lines
Move Qt dependencies to the new category

(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13