blob: 33209d4e250d42da27bb610da942a518c4dfee76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/gtkdialog-0.58.8.ebuild,v 1.5 2004/06/24 22:21:28 agriffis Exp $
DESCRIPTION="GUI-creation utility that can be used with an arbitrary interpreter"
HOMEPAGE="http://freshmeat.net/projects/gtkdialog/"
SRC_URI="ftp://linux.pte.hu/pub/gtkdialog/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
DEPEND="=x11-libs/gtk+-2*"
src_install(){
einstall || die
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
mkdir -p ${D}/usr/share/${P} && cp -r examples ${D}/usr/share/${P}
}
|