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.
24 lines
542 B
24 lines
542 B
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
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*
|
|
}
|