mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-20 17:31:24 +02:00
9 lines
146 B
Bash
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
|
|
}
|