Magellan Linux

Contents of /trunk/core/texinfo/texinfo-5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16657 - (show annotations) (download)
Mon Feb 18 09:17:29 2013 UTC (11 years, 3 months ago) by niro
File size: 572 byte(s)
auto added: ver bump to 5.0-r1
1 # $Id$
2
3 PNAME="texinfo"
4 PVER="5.0"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="The GNU info program and utilities."
10 HOMEPAGE="http://www.gnu.org/software/texinfo/"
11
12 DEPEND=">= sys-libs/ncurses-5.9"
13 SDEPEND=">= sys-dev/gettext-0.18"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 gnu://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_gnu ${PNAME} gz"
26
27 src_install()
28 {
29 cd ${SRCDIR}
30 mmake DESTDIR=${BINDIR} install || die
31 mmake DESTDIR=${BINDIR} TEXMF=/usr/share/texmf install-tex || die
32 }