blob: 1fa4d3cfc93a719fdacb9f7b91cc592a1eb0600f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DESCRIPTION = "aMule is an eMule-like client for the eD2k \
and Kademlia networks, supporting multiple platforms."
HOMEPAGE = "http://www.amule.org"
LICENSE = "GPL"
SECTION = "web"
PRIORITY = "optional"
DEPENDS = "wxbase"
SRC_URI = "${SOURCEFORGE_MIRROR}/amule/aMule-${PV}.tar.bz2 \
file://parser.patch;patch=1"
S = "${WORKDIR}/aMule-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-amulecmd \
--enable-webserver \
--disable-monolithic \
--enable-amule-daemon \
--disable-nls"
# --enable-optimize"
FILES_${PN} += " \
${libdir}/xchat"
LDFLAGS += "-ldl"
|