diff options
Diffstat (limited to 'x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild')
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild b/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild deleted file mode 100644 index 888d7425bfaf..000000000000 --- a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild,v 1.9 2008/01/07 10:51:50 nelchael Exp $ - -inherit eutils - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Linux support for Easy Access and Internet Keyboards features X11 support" -HOMEPAGE="http://lineak.sourceforge.net/" -SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ppc sparc x86" - -RDEPEND="x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-libs/libxkbfile - x11-libs/libXt - x11-proto/inputproto - x11-proto/xextproto - x11-proto/xproto" - -src_compile() { - econf --with-x || die "econf failed" - emake || die "emake failed" -} - -src_install () { - sed -i 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile - - dodir /usr/share/man/man8 - - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO - keepdir /usr/lib/lineakd/plugins - - insinto /etc/lineak - doins lineakd.conf.example - doins lineakd.conf.kde.example -} |