f4b076fc55
git-svn-id: http://svn.sabayonlinux.org/overlay@982 d7aec97c-591d-0410-af39-a8856400b30a
28 lines
653 B
Bash
28 lines
653 B
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsynaptics/libsynaptics-0.14.6b.ebuild,v 1.1 2006/09/14 03:31:28 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=""
|
|
#S=${WORKDIR}/${P}
|
|
|
|
src_compile() {
|
|
econf || die "econf failed"
|
|
emake || die "emake failed"
|
|
}
|
|
|
|
src_install() {
|
|
make DESTDIR=${D} install || die
|
|
}
|