Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2843 - (show annotations) (download)
Sat Jul 11 12:35:08 2009 UTC (14 years, 10 months ago) by niro
File size: 1102 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/irssi/irssi-0.8.12-r1.smage2,v 1.1 2008/04/06 15:51:07 niro Exp $
2
3 PNAME="irssi"
4 PVER="0.8.12"
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.16
14 >= sys-libs/ncurses-5.6
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 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure \
35 --with-glib2 \
36 --without-servertest \
37 --with-proxy \
38 --with-ncurses \
39 --enable-nls \
40 --enable-ipv6 \
41 --with-openssl-include=/usr \
42 --with-openssl-libs=/usr || die
43
44 mmake || die
45 }
46
47 src_install()
48 {
49 cd ${SRCDIR}
50
51 mmake DESTDIR=${BINDIR} \
52 docdir=/usr/share/doc/${PNAME}-${PVER} \
53 gnulocaledir=${BINDIR}/usr/share/locale \
54 install || die
55
56 minstalldocs AUTHORS ChangeLog COPYING NEWS README TODO || die
57 }

Properties

Name Value
svn:keywords Id