diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-30 01:04:41 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-30 01:04:41 +0000 |
commit | 612847d8c2485a555c87abc9ddce88d0038c1665 (patch) | |
tree | 219ee991e2657de946cb169424b0d6eb854e41dc /x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild | |
parent | L!7M3$aZqi (Manifest recommit) (diff) | |
download | gentoo-2-612847d8c2485a555c87abc9ddce88d0038c1665.tar.gz gentoo-2-612847d8c2485a555c87abc9ddce88d0038c1665.tar.bz2 gentoo-2-612847d8c2485a555c87abc9ddce88d0038c1665.zip |
Initial import of x11-plugins/wmacpiload-ac, version 0.1.2_p3. Closes #49347.
Diffstat (limited to 'x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild')
-rw-r--r-- | x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild new file mode 100644 index 000000000000..447642bacd73 --- /dev/null +++ b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild,v 1.1 2004/07/30 01:04:40 s4t4n Exp $ + +MY_P="wmacpiload-0.1.2-ac3" + +IUSE="" +DESCRIPTION="Hacked version of WMACPILoad, a dockapp to monitor CPU temp and battery time on ACPI kernels." +HOMEPAGE="http://perso.wanadoo.fr/acarriou/wmacpiload/index.html" +SRC_URI="http://perso.wanadoo.fr/acarriou/wmacpiload/${MY_P}.tar.bz2" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +S=${WORKDIR}/${MY_P} + +src_install () +{ + einstall || die "make install failed" + + mv ${D}/usr/bin/{wmacpiload,wmacpiload-ac} + mv ${D}/usr/share/man/man1/{wmacpiload,wmacpiload-ac}.1 + + dodoc NEWS TODO README THANKS AUTHORS +} |