/[gentoo-x86]/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
Gentoo

Contents of /x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations) (download)
Wed Sep 5 08:20:34 2012 UTC (8 months, 2 weeks ago) by jlec
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +7 -13 lines
Use domenu instead insinto + doins to install .desktop files

(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

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/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.10 2011/05/26 13:07:49 s4t4n Exp $
4
5 inherit eutils
6
7 DESCRIPTION="Window Maker Dockable CD-Player with CDDB"
8 HOMEPAGE="file:///dev/null"
9 SRC_URI="mirror://gentoo/${P}.tar.gz"
10
11 DEPEND="
12 x11-wm/windowmaker
13 x11-libs/libXpm"
14 RDEPEND="${DEPEND}"
15
16 SLOT="0"
17 LICENSE="GPL-2"
18 KEYWORDS="x86 ~ppc"
19 IUSE=""
20
21 src_unpack() {
22 unpack ${A}
23 cd "${S}"
24 epatch "${FILESDIR}"/wmsvencd-compile.patch
25
26 sed -i 's:c++ -o:c++ $(LDFLAGS) -o:' Makefile
27 }
28
29 src_compile() {
30 emake CFLAGS="${CFLAGS} -fno-strength-reduce" || die "make failed"
31 }
32
33 src_install() {
34 newman wmsvencd.1x wmsvencd.1
35 dobin wmsvencd
36 dodoc README
37
38 domenu "${FILESDIR}"/${PN}.desktop
39 }

  ViewVC Help
Powered by ViewVC 1.1.20