app-dicts/dictd-gcide: add 0.48.5_p3

Closes: https://bugs.gentoo.org/927972
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-12-21 00:45:04 +09:00
parent 520121e7e5
commit 35a291a0f5
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST dictd-gcide-0.48.5.tar.xz 10329064 BLAKE2B 2f4040fa71e0b550141aab51d85ebc3ec3cfd784ad7a1240c00385384ba6cc7653a2d6e43824867fac41d370c153569c30dcf34764cbca5b06c77f46c412d1a6 SHA512 a10d46947c7d8b7050c44a12cfb38ed374e971063805e69897652cd8993dc5cf0ecc4d9a12680a8ced30d110d20bc84def75bd587166aa2cfa78529b9397aafe
DIST dictd-gcide-0.48.5_p3.tar.xz 10455184 BLAKE2B a003202c1b976cc72df59b0ab9d45a702dd7c0ffddbec824486c085dcb7b3a0aaa5328bf977f546fecf64ff823c9b19943b64fcf52fb8423fb6b63837c8f70ce SHA512 f5fe730c90c23ac83cc521805bdd31ed09a8eabf7e7f3e7263af36456469c62bf10c399990696bc4017ec2dfa8121d49e38cd653d5b5602a590ee751287c2b15

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN=dict-gcide
MY_PV=${PV%_p*}+nmu${PV#*_p}
DESCRIPTION="Collaborative International Dictionary of English (incl. Webster 1913) for dict"
HOMEPAGE="https://tracker.debian.org/pkg/dict-gcide"
SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_PN}_${MY_PV}.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}/${MY_PN}-${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="app-text/dictd"
DEPEND="dev-libs/libmaa"
BDEPEND="
${RDEPEND}
app-alternatives/lex
app-alternatives/yacc
"
src_compile() {
emake -j1 db
}
src_install() {
insinto /usr/share/dict
doins gcide.dict.dz gcide.index
}