diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-21 19:20:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-21 19:20:51 +0000 |
commit | 827c9dd55286809666f096d0c7e85e65f3e093f6 (patch) | |
tree | f92d6f2718012adc144aa8488d43e76508fb476d /x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild | |
parent | Remove net-misc/asterisk-app_ldap from the tree; bug #313663. (diff) | |
download | historical-827c9dd55286809666f096d0c7e85e65f3e093f6.tar.gz historical-827c9dd55286809666f096d0c7e85e65f3e093f6.tar.bz2 historical-827c9dd55286809666f096d0c7e85e65f3e093f6.zip |
GTK2 port of gtkfontsel...
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild')
-rw-r--r-- | x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild b/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild new file mode 100644 index 000000000000..74f8bffe569f --- /dev/null +++ b/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtk2fontsel/gtk2fontsel-0.1.ebuild,v 1.1 2010/07/21 19:20:51 ssuominen Exp $ + +EAPI=2 + +DESCRIPTION="A font selection tool similar to xfontsel" +HOMEPAGE="http://gtk2fontsel.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS NEWS README +} |