Magellan Linux

Contents of /smage/trunk/core/texinfo/texinfo-4.13a-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3632 - (show annotations) (download)
Fri Jul 13 12:49:42 2012 UTC (11 years, 10 months ago) by niro
File size: 578 byte(s)
auto added: ver bump to 4.13a-r3
1 # $Id$
2
3 PNAME="texinfo"
4 PVER="4.13a"
5 PBUILD="r3"
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 alx
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 }