Magellan Linux

Contents of /trunk/extras/amule/amule-2.2.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1190 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/amule/amule-2.2.2-r1.smage2,v 1.1 2008/08/17 15:41:03 niro Exp $
2
3 PNAME="amule"
4 PVER="2.2.2"
5 PBUILD="r1"
6
7 PCATEGORIE="net-p2p"
8 STATE="unstable"
9
10 DESCRIPTION="amule, emule-like client for the ed2k network"
11 HOMEPAGE="http://www.amule.org/"
12
13 # only build against this wxgtk version!
14 WXGTK_VER="2.8"
15
16 DEPEND=">= x11-libs/gtk2+-2.12
17 == x11-libs/wxgtk-${WXGTK_VER}
18 >= sys-libs/zlib-1.2.3
19 >= media-libs/libpng-1.2.26
20 >= media-libs/gd-2.0.35"
21
22 SDEPEND=">= sys-dev/gettext-0.23"
23
24 SRCFILE="${PNAME/m/M}-${PVER}.tar.bz2"
25 SRCDIR="${BUILDDIR}/${PNAME/m/M}-${PVER}"
26
27 sminclude mbuild
28
29 SRC_URI=(
30 sourceforge://${PNAME}/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure \
39 --with-wx-config=/usr/$(mlibdir)/wx/config/gtk2-ansi-release-${WXGTK_VER} \
40 --with-wxbase-config=/usr/$(mlibdir)/wx/config/gtk2-ansi-release-${WXGTK_VER} \
41 --disable-optimize \
42 --disable-debug \
43 --enable-nls \
44 --enable-amule-daemon \
45 --enable-amulecmd \
46 --enable-webserver \
47 --enable-amule-gui \
48 --enable-cas \
49 --enable-wxcas \
50 --enable-ed2k \
51 --enable-alc \
52 --enable-alcc \
53 || die
54
55 # does not like opts > -j1
56 mmake -j1 || die
57 }

Properties

Name Value
svn:keywords Id