# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/btnx-config/btnx-config-0.4.6.ebuild $ DESCRIPTION="(necessary) GUI to configure btnx" HOMEPAGE="http://www.ollisalonen.com/btnx/" SRC_URI="http://www.ollisalonen.com/btnx/btnx-config-0.4.6.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" # depends on btnx, libglade, libgtk2 # Hint: I made a portage overly and copied the ebuild for btnx to app-misc/btnx, # because of the dependecies you have to do it too or correct the path to btnx DEPEND="=app-misc/btnx-0.4.5 >=gnome-base/libglade-2.6.0 >=dev-util/pkgconfig-0.21 >=x11-libs/gtk+-2.10.11" #and website: needs "built-essential". What does this mean??? #FOR TESTING, no depend on btnx: #DEPEND=" >=gnome-base/libglade-2.6.0 # >=dev-util/pkgconfig-0.21 # >=x11-libs/gtk+-2.10.11" src_unpack() { unpack ${A} } src_compile() { econf emake || die "emake failed." } src_install() { emake DESTDIR="${D}" install || die "emake install failed." }