/[gentoo-x86]/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild
Gentoo

Contents of /x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations) (download)
Sat May 5 05:12:03 2012 UTC (12 months, 2 weeks ago) by jdhore
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +3 -3 lines
dev-util/pkgconfig -. virtual/pkgconfig

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

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.10 2011/03/28 15:10:53 nirbheek Exp $
4
5 EAPI="1"
6
7 DESCRIPTION="Password storage/retrieval in a dockapp"
8 HOMEPAGE="http://sourceforge.net/projects/wmpasman/"
9 SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="amd64 ppc ~sparc x86"
14 IUSE=""
15
16 RDEPEND=">=x11-libs/gtk+-2.4.1:2
17 >=app-crypt/mhash-0.9.1
18 >=app-crypt/mcrypt-2.6.4"
19 DEPEND="${RDEPEND}
20 >=sys-apps/sed-4
21 virtual/pkgconfig
22 >=x11-libs/libXpm-3.5.5"
23
24 src_unpack() {
25 unpack ${A}
26 cd "${S}"
27
28 # Solves compile error about undefined exit - Bug 140857
29 sed -i -e '/#include <stdio.h>/ { p ; s/stdio/stdlib/ }' wmgeneral/wmgeneral-gtk.c
30 }
31
32 src_install() {
33 einstall || die "einstall failed."
34 dodoc BUGS ChangeLog README TODO WARNINGS
35 }
36
37 pkg_postinst() {
38 ewarn "Please read the WARNINGS file."
39 }

  ViewVC Help
Powered by ViewVC 1.1.13