/[gentoo-x86]/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild
Gentoo

Contents of /x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sat May 5 05:12:02 2012 UTC (13 months, 1 week ago) by jdhore
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -3 lines
dev-util/pkgconfig -. virtual/pkgconfig

(Portage version: 2.2.0_alpha101/cvs/Linux i686)

1 jdhore 1.3 # Copyright 1999-2012 Gentoo Foundation
2 chutzpah 1.1 # Distributed under the terms of the GNU General Public License v2
3 jdhore 1.3 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild,v 1.2 2011/03/29 13:05:53 angelos Exp $
4 chutzpah 1.1
5     EAPI="3"
6    
7     inherit eutils multilib
8    
9     MY_P="${P#pidgin-}"
10     DESCRIPTION="Bot Sentry is a Pidgin plugin to prevent Instant Message (IM) spam."
11     HOMEPAGE="http://pidgin-bs.sourceforge.net/"
12     SRC_URI="mirror://sourceforge/pidgin-bs/${MY_P}.tar.bz2"
13    
14     LICENSE="GPL-2"
15     SLOT="0"
16     KEYWORDS="~amd64 ~x86"
17     IUSE=""
18    
19     RDEPEND="net-im/pidgin[gtk]
20 angelos 1.2 x11-libs/gtk+:2"
21 chutzpah 1.1
22     DEPEND="${RDEPEND}
23     >=dev-util/intltool-0.40
24 jdhore 1.3 virtual/pkgconfig"
25 chutzpah 1.1
26     S="${WORKDIR}/${MY_P}"
27    
28     src_install() {
29     emake install DESTDIR="${D}" || die "make install failed"
30     dodoc AUTHORS ChangeLog NEWS README
31     }

  ViewVC Help
Powered by ViewVC 1.1.20