diff options
Diffstat (limited to 'app-laptop/tpctl/tpctl-4.17.ebuild')
-rw-r--r-- | app-laptop/tpctl/tpctl-4.17.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/app-laptop/tpctl/tpctl-4.17.ebuild b/app-laptop/tpctl/tpctl-4.17.ebuild deleted file mode 100644 index 492839c8f382..000000000000 --- a/app-laptop/tpctl/tpctl-4.17.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.17.ebuild,v 1.2 2010/01/01 21:12:27 ssuominen Exp $ - -MY_P=${PN}_${PV} - -DESCRIPTION="Thinkpad system control user space programs" - -HOMEPAGE="http://tpctl.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -IUSE="tpctlir" - -DEPEND="app-laptop/thinkpad - dev-lang/perl - sys-libs/ncurses" - -src_compile() { - emake || die "emake failed" - - if use tpctlir; then - emake -C tpctlir || die "emake -C tpctlir failed" - fi -} - -src_install() { - if use tpctlir; then - dodir /usr/sbin - newdoc tpctlir/README README.tpctlir - doman tpctlir/tpctlir.8 - fi - - emake DEST="${D}" install_libraries install_binaries install_man || die "emake install failed" - - newinitd "${FILESDIR}"/apmiser.rc apmiser - - dodoc ChangeLog SUPPORTED-MODELS TROUBLESHOOTING AUTHORS README VGA-MODES - newdoc apmiser/README README.apmiser -} |