1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 17:31:24 +02:00
Files
gryf-overlay/app-dicts/ydpdict/ydpdict-0.66-r1.ebuild
T
2010-02-09 21:25:29 +01:00

9 lines
146 B
Bash

SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
src_compile() {
econf || die
emake || die "emake failed"
}
src_install() {
einstall || die
}