# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/btnx/btnx-0.4.5.ebuild $ DESCRIPTION="button - extension deamon (btnx) for your mouse" HOMEPAGE="http://www.ollisalonen.com/btnx/" SRC_URI="http://www.ollisalonen.com/btnx/btnx-0.4.5.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" #NO TESTS ON OTHER SYSTEMS IUSE="" DEPEND="" #BUT: website: needs uinput and udev in the kernel #and install btnx-config to use the deamon! src_unpack() { echo "unpack ${A}" unpack ${A} } src_compile() { echo "compile source" emake || die "emake failed" } src_install() { # echo "install ${D}" # echo "source file is ${S}" # #cd ${S} # dodir /etc/btnx emake DESTDIR="${D}" install || die "emake install failed." # einstall elog "You'll need to install btnx-config to use btnx" }