mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-21 10:21:24 +02:00
32 lines
819 B
Bash
32 lines
819 B
Bash
# Copyright 1999-2003 Gentoo Technologies, Inc.
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
RESTRICT="nomirror"
|
|
|
|
inherit kde
|
|
|
|
S=${WORKDIR}/${P}
|
|
DESCRIPTION="Kydpdict is a graphical frontend to Collins', PWN Oxford & SAP dictionaries."
|
|
SRC_URI="http://members.elysium.pl/ytm/src/$P.tar.bz2"
|
|
HOMEPAGE="http://members.elysium.pl/ytm/html/kydpdict.html"
|
|
KEYWORDS="x86"
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
|
|
need-qt 3
|
|
|
|
|
|
src_compile(){
|
|
myconf="$myconf --prefix=/usr --with-x --datadir=/usr/share"
|
|
kde_src_compile configure make
|
|
}
|
|
|
|
|
|
pkg_postinst(){
|
|
einfo "This is only a front-end to dictionaries."
|
|
einfo "You need to have windows version installed. In fact you need only four files: "
|
|
einfo "dict100.dat, dict101.dat, dict100.idx, dict101.idx"
|
|
einfo "angpol.win polang.win"
|
|
}
|