/[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 - (show 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 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v 1.4 2009/12/28 16:01:28 ssuominen Exp $
4
5 EAPI=2
6 inherit eutils
7
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 RDEPEND=""
18 DEPEND="sys-devel/gettext
19 dev-util/intltool
20 app-text/xmlto
21 app-text/docbook-xml-dtd:4.1.2"
22
23 src_prepare() {
24 epatch "${FILESDIR}"/${P}-headers.patch
25 }
26
27 src_configure() {
28 export KDEDIR=/usr
29 econf \
30 --disable-dependency-tracking
31 }
32
33 src_install() {
34 emake DESTDIR="${D}" install || die
35 dodoc AUTHORS ChangeLog NEWS README
36 }

  ViewVC Help
Powered by ViewVC 1.1.13