diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-02-22 15:21:10 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-02-22 15:21:10 +0000 |
commit | 05e73506e30f92262068c1269bc3c3c0b0ac3d27 (patch) | |
tree | bb6a7dee88fe3455911a08ad8017b1ef769377ee /app-laptop/fnfx/fnfx-0.3.ebuild | |
parent | remove openmotif and gimp-print (diff) | |
download | gentoo-2-05e73506e30f92262068c1269bc3c3c0b0ac3d27.tar.gz gentoo-2-05e73506e30f92262068c1269bc3c3c0b0ac3d27.tar.bz2 gentoo-2-05e73506e30f92262068c1269bc3c3c0b0ac3d27.zip |
Moved from net-wireless/fnfx to app-laptop/fnfx.
Diffstat (limited to 'app-laptop/fnfx/fnfx-0.3.ebuild')
-rw-r--r-- | app-laptop/fnfx/fnfx-0.3.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-laptop/fnfx/fnfx-0.3.ebuild b/app-laptop/fnfx/fnfx-0.3.ebuild new file mode 100644 index 000000000000..912fae7c0218 --- /dev/null +++ b/app-laptop/fnfx/fnfx-0.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 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.1 2005/02/22 15:21:10 genstef 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="~x86" +IUSE="" + +src_install() { + make install DESTDIR=${D} || die "make install failed" + + exeinto /etc/init.d + newexe ${FILESDIR}/fnfxd fnfxd + + dodoc AUTHORS README ChangeLog +} + +pkg_postinst() { + echo + einfo + einfo "The Fnfx Toshiba function key package has been installed." + einfo + einfo "If you would like the service to start automatically on boot" + einfo "please execute the command rc-update add fnfxd default." + einfo + echo +} |