diff options
author | 2006-09-03 23:27:30 +0000 | |
---|---|---|
committer | 2006-09-03 23:27:30 +0000 | |
commit | 1b3a068249f84ffbbadc7e3c9be7da083a3c9349 (patch) | |
tree | 7251f0ba7ee0c82e67ede6f3b6789aa37f0cbe2f /x11-misc/obtuner/obtuner-0.3.ebuild | |
parent | app-admin/jailkit: New ebuild for bug #60653. Thanks to Markus Glaser, themgt... (diff) | |
download | sunrise-1b3a068249f84ffbbadc7e3c9be7da083a3c9349.tar.gz sunrise-1b3a068249f84ffbbadc7e3c9be7da083a3c9349.tar.bz2 sunrise-1b3a068249f84ffbbadc7e3c9be7da083a3c9349.zip |
x11-misc/obtuner: New ebuild by me for bug #78806.
svn path=/sunrise/; revision=1122
Diffstat (limited to 'x11-misc/obtuner/obtuner-0.3.ebuild')
-rw-r--r-- | x11-misc/obtuner/obtuner-0.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-misc/obtuner/obtuner-0.3.ebuild b/x11-misc/obtuner/obtuner-0.3.ebuild new file mode 100644 index 000000000..0055d54f4 --- /dev/null +++ b/x11-misc/obtuner/obtuner-0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="GTK+ utility for configuring Openbox" +HOMEPAGE="http://obtuner.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/libxml2 + >=x11-libs/gtk+-2 + >=x11-wm/openbox-3" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog README +} |