/[gentoo-x86]/sys-fs/autorun/autorun-3.17.ebuild
Gentoo

Contents of /sys-fs/autorun/autorun-3.17.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Thu Feb 18 22:20:24 2010 UTC (3 years, 3 months ago) by ssuominen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +6 -4 lines
Missing intltool depend wrt #276255.
(Portage version: 2.2_rc62/cvs/Linux x86_64)

1 ssuominen 1.5 # Copyright 1999-2010 Gentoo Foundation
2 vapier 1.1 # Distributed under the terms of the GNU General Public License v2
3 ssuominen 1.5 # $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v 1.4 2009/12/28 16:01:28 ssuominen Exp $
4 vapier 1.1
5 ssuominen 1.4 EAPI=2
6     inherit eutils
7 vapier 1.1
8     DESCRIPTION="auto cdrom mounter for the lazy user"
9     HOMEPAGE="http://autorun.sourceforge.net/"
10     SRC_URI="mirror://sourceforge/autorun/${P}.tar.gz"
11    
12     LICENSE="GPL-2"
13     SLOT="0"
14     KEYWORDS="~amd64 ~x86"
15     IUSE=""
16    
17 ssuominen 1.5 RDEPEND=""
18     DEPEND="sys-devel/gettext
19     dev-util/intltool
20     app-text/xmlto
21 ssuominen 1.4 app-text/docbook-xml-dtd:4.1.2"
22 vapier 1.1
23 ssuominen 1.4 src_prepare() {
24     epatch "${FILESDIR}"/${P}-headers.patch
25     }
26    
27     src_configure() {
28     export KDEDIR=/usr
29     econf \
30     --disable-dependency-tracking
31 vapier 1.3 }
32    
33 vapier 1.1 src_install() {
34 ssuominen 1.4 emake DESTDIR="${D}" install || die
35 vapier 1.1 dodoc AUTHORS ChangeLog NEWS README
36     }

  ViewVC Help
Powered by ViewVC 1.1.13