Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2844 - (show annotations) (download)
Sat Jul 11 12:39:40 2009 UTC (14 years, 11 months ago) by niro
File size: 1068 byte(s)
auto added: ver bump to 0.8.13-r1
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 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-glib2 \
38 --without-servertest \
39 --with-proxy \
40 --with-ncurses \
41 --enable-nls \
42 --enable-ipv6 \
43 --with-openssl-include=/usr \
44 --with-openssl-libs=/usr || die
45
46 mmake || die
47 }
48
49 src_install()
50 {
51 cd ${SRCDIR}
52
53 mmake DESTDIR=${BINDIR} \
54 docdir=/usr/share/doc/${PNAME}-${PVER} \
55 gnulocaledir=${BINDIR}/usr/share/locale \
56 install || die
57
58 minstalldocs AUTHORS ChangeLog COPYING NEWS README TODO || die
59 }

Properties

Name Value
svn:keywords Id