Overlay for the gsview and some other plotting/scientific soft
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.
|
|
|
# Copyright 1999-2006 Gentoo Foundation
|
|
|
|
# Copyright 2016-2017 Michael Uleysky
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
inherit autotools
|
|
|
|
|
|
|
|
DESCRIPTION="GTK+1 standard engines and themes"
|
|
|
|
HOMEPAGE="http://www.gtk.org/"
|
|
|
|
SRC_URI="mirror://gnome/sources/${PN}/${PV}/${PN}-${PV}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="1"
|
|
|
|
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="=x11-libs/gtk+-1.2*
|
|
|
|
>=media-libs/imlib-1.8
|
|
|
|
!>media-libs/imlib-1.9.15-r5"
|
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
default
|
|
|
|
mv configure.in configure.ac || die
|
|
|
|
rm acinclude.m4 || die
|
|
|
|
elibtoolize
|
|
|
|
eautoreconf
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
make DESTDIR="${D}" install || die "Installation failed"
|
|
|
|
dodoc AUTHORS ChangeLog README
|
|
|
|
}
|