1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
7 inherit autotools git-r3 wxwidgets
8 DESCRIPTION="$PN, dynamic DLP library for amule-dlp"
9 HOMEPAGE="https://github.com/persmule/amule-dlp.antileech"
10 EGIT_REPO_URI="https://github.com/persmule/amule-dlp.antiLeech.git"
17 DEPEND="x11-libs/wxGTK:${WX_GTK_VER}"
18 RDEPEND="net-p2p/amule-dlp[dynamic]"
27 einfo "wxGTK with X / GTK support will be used"
28 need-wxwidgets unicode
30 einfo "wxGTK without X support will be used"
31 need-wxwidgets base-unicode
38 emake DESTDIR="${D}" install || die