diff options
Diffstat (limited to 'app-laptop/fnfx/fnfx-0.3.ebuild')
-rw-r--r-- | app-laptop/fnfx/fnfx-0.3.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-laptop/fnfx/fnfx-0.3.ebuild b/app-laptop/fnfx/fnfx-0.3.ebuild deleted file mode 100644 index c0ef92269276..000000000000 --- a/app-laptop/fnfx/fnfx-0.3.ebuild +++ /dev/null @@ -1,25 +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/fnfx/fnfx-0.3.ebuild,v 1.6 2010/01/01 20:56:22 ssuominen Exp $ - -DESCRIPTION="Daemon and client allowing use of Toshiba special keys" -HOMEPAGE="http://fnfx.sourceforge.net/" -SRC_URI="mirror://sourceforge/fnfx/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - newinitd "${FILESDIR}"/fnfxd fnfxd - dodoc AUTHORS README ChangeLog -} - -pkg_postinst() { - elog - elog "If you would like the service to start automatically on boot" - elog "please execute the command rc-update add fnfxd default." - elog -} |