forked from hasufell/hasufell-repository
dev-tcl/tktable: initial import of version 2.10
This commit is contained in:
parent
1c48e3c5e0
commit
efdfb1e8e2
@ -7,6 +7,7 @@ dev-games
|
||||
dev-libs
|
||||
dev-perl
|
||||
dev-python
|
||||
dev-tcl
|
||||
dev-util
|
||||
games-action
|
||||
games-arcade
|
||||
|
38
packages/dev-tcl/tktable/tktable-2.10.exheres-0
Normal file
38
packages/dev-tcl/tktable/tktable-2.10.exheres-0
Normal file
@ -0,0 +1,38 @@
|
||||
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
MY_PNV="Tktable${PV}"
|
||||
|
||||
SUMMARY="Full-featured 2D table widget"
|
||||
HOMEPAGE="http://tktable.sourceforge.net/"
|
||||
DOWNLOADS="mirror://sourceforge/tktable/${MY_PNV}.tar.gz"
|
||||
|
||||
LICENCES="BSD-3"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
dev-lang/tk[>=8.0]
|
||||
"
|
||||
|
||||
WORK=${WORKBASE}/${MY_PNV}
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||
--hates=datarootdir
|
||||
--hates=docdir
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
edo sed -i \
|
||||
-e '/^install:/{s: install-doc::}' \
|
||||
-e '/^PKG_EXTRA_FILES/{s:=.*:=:}' \
|
||||
Makefile.in
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
edo rmdir "${IMAGE%/}"/usr/$(exhost --target)/bin
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user