aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/amule/amule_2.1.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/amule/amule_2.1.3.bb')
-rw-r--r--recipes/amule/amule_2.1.3.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/amule/amule_2.1.3.bb b/recipes/amule/amule_2.1.3.bb
new file mode 100644
index 0000000000..1fa4d3cfc9
--- /dev/null
+++ b/recipes/amule/amule_2.1.3.bb
@@ -0,0 +1,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"