/[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 - (show 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 # 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/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.6 2011/03/28 14:36:36 nirbheek Exp $
4
5 EAPI="1"
6
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 KEYWORDS="amd64 ppc sparc x86"
16 IUSE=""
17
18 RDEPEND="x11-libs/gtk+:2"
19 DEPEND="${RDEPEND}
20 virtual/pkgconfig"
21
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