# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libsynaptics/libsynaptics-0.14.6c.ebuild,v 1.2 2007/05/14 13:17:21 trapni Exp $ inherit eutils DESCRIPTION="library for accessing synaptics touchpads" HOMEPAGE="http://qsynaptics.sourceforge.net/" SRC_URI="http://qsynaptics.sourceforge.net/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" #RESTRICT="" #DEPEND="" RDEPEND=">=x11-drivers/synaptics-0.14.4" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }