summaryrefslogtreecommitdiff
path: root/packages/amule/amule_2.1.3.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-02-19 00:40:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-02-19 00:40:55 +0000
commit71a25a5bb805434913fb8df9681e387aaa6bab69 (patch)
treea2da25478eafc560888a31b398584392871ce685 /packages/amule/amule_2.1.3.bb
parenta26724d94e4499a95343d7d4069dc3c006f85365 (diff)
parentdb609dad15bffd0c11445fbb4c5d5413f7c01620 (diff)
merge of '452752a8a35efe6e789ae2bdef83478bdb218f00'
and '9c56bb4603d094151503b996376d78874b9d938c'
Diffstat (limited to 'packages/amule/amule_2.1.3.bb')
-rw-r--r--packages/amule/amule_2.1.3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/amule/amule_2.1.3.bb b/packages/amule/amule_2.1.3.bb
new file mode 100644
index 0000000000..b160203ffd
--- /dev/null
+++ b/packages/amule/amule_2.1.3.bb
@@ -0,0 +1,25 @@
+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"