/[gentoo-x86]/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild
Gentoo

Contents of /x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


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

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

1 jdhore 1.7 # Copyright 1999-2012 Gentoo Foundation
2 s4t4n 1.1 # Distributed under the terms of the GNU General Public License v2
3 jdhore 1.7 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.6 2011/03/28 14:36:36 nirbheek Exp $
4 nirbheek 1.6
5     EAPI="1"
6 s4t4n 1.1
7     inherit eutils toolchain-funcs
8    
9     DESCRIPTION="Dockable clipboard history application for Window Maker"
10     HOMEPAGE="http://linux.nawebu.cz/wmcliphist"
11     SRC_URI="http://linux.nawebu.cz/${PN}/${P}.tar.gz"
12    
13     LICENSE="GPL-2"
14     SLOT="0"
15 dertobi123 1.5 KEYWORDS="amd64 ppc sparc x86"
16 s4t4n 1.1 IUSE=""
17    
18 nirbheek 1.6 RDEPEND="x11-libs/gtk+:2"
19 s4t4n 1.1 DEPEND="${RDEPEND}
20 jdhore 1.7 virtual/pkgconfig"
21 s4t4n 1.1
22     src_unpack() {
23     unpack ${A}
24     cd "${S}"
25     epatch "${FILESDIR}"/${P}-Makefile.patch
26     epatch "${FILESDIR}"/${P}-fix-docking.patch
27     }
28    
29     src_compile() {
30     tc-export CC
31     emake || die "emake failed."
32     }
33    
34     src_install() {
35     dobin ${PN}
36     dodoc ChangeLog README
37     newdoc .${PN}rc ${PN}rc.sample
38     }

  ViewVC Help
Powered by ViewVC 1.1.13