You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild

29 lines
805 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.10 2009/05/05 07:46:14 ssuominen Exp $
MAJOR_PV=${PV%.[0-9]*.[0-9]*}
MINOR_PV=${PV#[0-9]*.[0-9]*.}
IUSE=""
DESCRIPTION="GTK+ bindings for guile"
SRC_URI="http://savannah.nongnu.org/download/guile-gtk/${PN}-${MAJOR_PV}-${MINOR_PV}.tar.gz"
HOMEPAGE="http://www.ping.de/sites/zagadka/guile-gtk/"
KEYWORDS="~x86 ppc ~amd64"
LICENSE="GPL-2"
SLOT="0"
RDEPEND=">=dev-scheme/guile-1.6
=x11-libs/gtk+-1.2*"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}-${MAJOR_PV}-${MINOR_PV}
src_install() {
einstall || die
dodoc README* AUTHORS ChangeLog NEWS TODO
insinto /usr/share/guile-gtk/examples
doins "${S}"/examples/*.scm
}