Magellan Linux

Contents of /trunk/extras/irssi/irssi-0.8.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2845 - (show annotations) (download)
Sat Jul 11 12:43:37 2009 UTC (14 years, 9 months ago) by niro
File size: 1018 byte(s)
-fixed ,issing perl includes, to rebuild pods and fixed configure opts
1 # $Id$
2
3 PNAME="irssi"
4 PVER="0.8.13"
5 PBUILD="r1"
6
7 PCATEGORIE="net-irc"
8 STATE="unstable"
9
10 DESCRIPTION="Irssi is a modular IRC client for UNIX that currently has only text mode user interface."
11 HOMEPAGE="http://www.irssi.org/"
12
13 DEPEND=">= dev-libs/glib2-2.20
14 >= sys-libs/ncurses-5.7
15 >= dev-libs/openssl-0.9.8
16 >= dev-lang/perl-5.10"
17
18 SDEPEND=">= sys-dev/gettext-0.17"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
22
23 sminclude perl mbuild
24
25 SRC_URI=(
26 http://irssi.org/files/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd ${HOMEPAGE}download | firsttarball"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --with-proxy \
38 --with-ncurses \
39 --with-perl-lib=vendor \
40 --enable-nls \
41 --enable-ipv6 \
42 --enable-ssl \
43 || die
44
45 mmake || die
46 }
47
48 src_install()
49 {
50 cd ${SRCDIR}
51
52 mmake DESTDIR=${BINDIR} \
53 docdir=/usr/share/doc/${PNAME}-${PVER} \
54 gnulocaledir=${BINDIR}/usr/share/locale \
55 install || die
56
57 minstalldocs AUTHORS ChangeLog COPYING NEWS README TODO || die
58 }

Properties

Name Value
svn:keywords Id