blob: b7492663ee1b603f487871035808cb1fe7993d49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.7 2013/04/30 16:23:33 ulm Exp $
DESCRIPTION="Simple Composite Widget Object Oriented Package"
HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
LICENSE="jfontain"
KEYWORDS="x86 amd64 ~ppc"
SLOT="0"
IUSE=""
DEPEND="dev-tcltk/tcllib"
src_install() {
dodir /usr/lib/scwoop
./instapkg.tcl "${D}"/usr/lib/scwoop || die
dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO
dohtml scwoop.htm
docinto demo
dodoc demo*
}
|