summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2004-09-27 19:33:21 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2004-09-27 19:33:21 +0000
commita49844c56f713413ee633fd03f2d6f0fb7257433 (patch)
tree958ecc98b8ddbb66f219e0ed4fa62783dcf6904c /app-laptop/acpitool/acpitool-0.2.5.ebuild
parentStable on sparc wrt #64223 (Manifest recommit) (diff)
downloadgentoo-2-a49844c56f713413ee633fd03f2d6f0fb7257433.tar.gz
gentoo-2-a49844c56f713413ee633fd03f2d6f0fb7257433.tar.bz2
gentoo-2-a49844c56f713413ee633fd03f2d6f0fb7257433.zip
Initial add
Diffstat (limited to 'app-laptop/acpitool/acpitool-0.2.5.ebuild')
-rw-r--r--app-laptop/acpitool/acpitool-0.2.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-laptop/acpitool/acpitool-0.2.5.ebuild b/app-laptop/acpitool/acpitool-0.2.5.ebuild
new file mode 100644
index 000000000000..3766b90ede2c
--- /dev/null
+++ b/app-laptop/acpitool/acpitool-0.2.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/acpitool/acpitool-0.2.5.ebuild,v 1.1 2004/09/27 19:33:21 sekretarz Exp $
+
+DESCRIPTION="A small command line application, intended to be a replacement for the apm tool"
+HOMEPAGE="http://freeunix.dyndns.org:8088/site2/acpitool.shtml"
+SRC_URI="http://freeunix.dyndns.org:8088/ftp_site/pub/unix/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+DEPEND=""
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS ChangeLog README TODO
+}