/[gentoo-x86]/app-cdr/acetoneiso/acetoneiso-2.2.2.ebuild
Gentoo

Contents of /app-cdr/acetoneiso/acetoneiso-2.2.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Tue Jul 24 22:08:20 2012 UTC (9 months, 3 weeks ago) by pesa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
Remove usage of DOCSDIR, fix append-flags QA warning.

(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

1 dilfridge 1.2 # Copyright 1999-2011 Gentoo Foundation
2 hwoarang 1.1 # Distributed under the terms of the GNU General Public License v2
3 pesa 1.3 # $Header: /var/cvsroot/gentoo-x86/app-cdr/acetoneiso/acetoneiso-2.2.2.ebuild,v 1.2 2011/03/26 16:43:51 dilfridge Exp $
4 hwoarang 1.1
5     EAPI=2
6     MY_P=${PN}_${PV}
7    
8     inherit flag-o-matic qt4-r2
9    
10     DESCRIPTION="a feature-rich and complete software application to manage CD/DVD images"
11     HOMEPAGE="http://www.acetoneteam.org/"
12     SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
13    
14     LICENSE="GPL-3"
15     SLOT="0"
16     KEYWORDS="~amd64 ~x86"
17     IUSE=""
18    
19     DEPEND="x11-libs/qt-gui:4
20     x11-libs/qt-core:4
21     x11-libs/qt-webkit:4
22     x11-libs/qt-xmlpatterns:4
23 dilfridge 1.2 media-libs/phonon"
24 hwoarang 1.1 RDEPEND="${DEPEND}
25     sys-fs/fuseiso"
26    
27     S=${WORKDIR}/${MY_P}/${PN}
28    
29     DOCS="AUTHORS CHANGELOG FEATURES README"
30     DOCSDIR="${WORKDIR}/${MY_P}"
31    
32     src_prepare() {
33     sed -i -e 's:unrar-nonfree:unrar:g' sources/compress.h locale/*.ts || die
34     }
35    
36     src_configure() {
37     append-flags -I/usr/include/KDE
38     qt4-r2_src_configure
39     }

  ViewVC Help
Powered by ViewVC 1.1.13