diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:14:44 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:14:44 +0000 |
commit | 514c9e268912b4f016938406fd849fd8b69e0b85 (patch) | |
tree | e3a9025727cb98fdc28ba71ac084e1624b115cac /x11-plugins/wmapm/wmapm-3.1-r1.ebuild | |
parent | old (diff) | |
download | gentoo-2-514c9e268912b4f016938406fd849fd8b69e0b85.tar.gz gentoo-2-514c9e268912b4f016938406fd849fd8b69e0b85.tar.bz2 gentoo-2-514c9e268912b4f016938406fd849fd8b69e0b85.zip |
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmapm/wmapm-3.1-r1.ebuild')
-rw-r--r-- | x11-plugins/wmapm/wmapm-3.1-r1.ebuild | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild index c075906f55d7..23b2b4946fd3 100644 --- a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild +++ b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.13 2007/07/22 05:28:39 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.14 2008/06/29 13:14:44 drac Exp $ -IUSE="" -S=${WORKDIR}/${P}/${PN} DESCRIPTION="WindowMaker DockApp: Battery/Power status monitor for laptops" SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext @@ -19,11 +18,10 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xextproto" -src_install () { - cd ${S} - dobin wmapm - doman wmapm.1 +S=${WORKDIR}/${P}/${PN} - cd .. - dodoc BUGS CHANGES HINTS README TODO +src_install() { + dobin wmapm || die "dobin failed." + doman wmapm.1 + dodoc ../{BUGS,CHANGES,HINTS,README,TODO} } |