File: rep-gtk.ebuild.in

package info (click to toggle)
rep-gtk 1%3A0.90.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 3,268 kB
  • ctags: 566
  • sloc: sh: 10,578; ansic: 3,402; lisp: 1,218; makefile: 101
file content (29 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/rep-gtk/rep-gtk-@version@.ebuild,v 1.10 2008/05/17 14:11:56 truedfx Exp $

inherit eutils toolchain-funcs multilib

DESCRIPTION="A GTK+ language binding for the librep Lisp environment"
HOMEPAGE="http://rep-gtk.sourceforge.net/"
SRC_URI="mirror://sourceforge/rep-gtk/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="gtk-2.0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"

RDEPEND=">=dev-libs/librep-@REP_MIN_VER@
	x11-libs/gtk+-@GTK_MIN_VER@"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	econf || die "configure failed"
	emake || die "make failed"
}

src_install() {
	make DESTDIR="${D}" install || die "make install failed"

	dodoc AUTHORS BUGS ChangeLog HACKING NEWS README* TODO
}