Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6240 - lineakd ebuild submission
Summary: lineakd ebuild submission
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 15325 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-09 01:10 UTC by Evan Teran
Modified: 2003-03-14 05:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Teran 2002-08-09 01:10:44 UTC
lineak is a replacement for the hotkeys daemon to enable the extended keys on
many internet keyboards.  I have made an ebuild for the current version (and
will make one for the KDE configuration program as well soon)

--------CUT--------
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

S=${WORKDIR}/lineakd-0.4pre1
SRC_URI="http://telia.dl.sourceforge.net/sourceforge/lineak/lineakd-0.4pre1.tar.gz \
http://unc.dl.sourceforge.net/sourceforge/lineak/lineakd-0.4pre1.tar.gz \
http://belnet.dl.sourceforge.net/sourceforge/lineak/lineakd-0.4pre1.tar.gz"

DESCRIPTION=" Linux support for Easy Access and Internet Keyboards features X11
support"
HOMEPAGE="http://lineak.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

DEPEND="virtual/glibc x11-base/xfree
        nls? ( sys-devel/gettext )"
     
#RDEPEND=""


src_compile() {
	local myconf
	use nls || myconf="--disable-nls"

	econf \
		${myconf} || die
	
	emake || die
}

src_install () {
	make DESTDIR=${D} install || die 
}
-----CUT-----

i hope this get put in :P

proxy
Comment 1 Maik Schreiber 2003-01-17 17:41:26 UTC
Bouncing back to bug-wranglers due to time constraints.
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2003-02-12 09:47:49 UTC
Comitted, thanks for the ebuild! 
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-14 05:12:59 UTC
*** Bug 15325 has been marked as a duplicate of this bug. ***