# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/comedilib/comedilib-0.7.21.ebuild,v 1.1 2004/12/28 18:47:08 ribosome Exp $ inherit eutils IUSE="python doc" DESCRIPTION="comedilib - Userspace utility for comedi" SRC_URI="ftp://ftp.comedi.org/pub/comedi/${P}.tar.gz" HOMEPAGE="http://www.comedi.org" KEYWORDS="x86" LICENSE="LGPL-2.1" SLOT="0" DEPEND=">=sci-misc/comedi-0.7.63 python? ( dev-lang/python ) doc? ( app-text/docbook2X )" src_unpack(){ unpack ${A} cd ${S} epatch ${FILESDIR}/${P}.patch } src_compile() { ./configure --prefix=/usr --localstatedir=/var emake || die } src_install() { make DESTDIR=${D} install || die keepdir /var/calibrations }