Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1738 - (show annotations) (download)
Mon Sep 19 08:44:34 2011 UTC (12 years, 7 months ago) by niro
File size: 580 byte(s)
auto added: ver bump to 4.13a-r7
1 # $Id$
2
3 PNAME="texinfo"
4 PVER="4.13a"
5 PBUILD="r7"
6
7 PCATEGORIE="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 }