Magellan Linux

Contents of /branches/R11-stable/core/texinfo/texinfo-5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17025 - (show annotations) (download)
Thu Apr 4 15:38:11 2013 UTC (11 years, 1 month ago) by niro
File size: 596 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="texinfo"
4 PVER="5.1"
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 >= dev-lang/perl-5.16"
14
15 SDEPEND=">= sys-dev/gettext-0.18"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 gnu://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_gnu ${PNAME} gz"
28
29 src_install()
30 {
31 cd ${SRCDIR}
32 mmake DESTDIR=${BINDIR} install || die
33 mmake DESTDIR=${BINDIR} TEXMF=/usr/share/texmf install-tex || die
34 }