Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 678 - (show annotations) (download)
Thu Oct 21 12:51:02 2010 UTC (13 years, 6 months ago) by niro
File size: 654 byte(s)
auto added: ver bump to 4.13a-r5
1 # $Id: texinfo-4.13a-r4.smage2 3618 2009-10-27 15:07:37Z niro $
2
3 PNAME="texinfo"
4 PVER="4.13a"
5 PBUILD="r5"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="The GNU info program and utilities."
11 HOMEPAGE="http://www.gnu.org/software/texinfo/"
12
13 DEPEND=">= sys-libs/ncurses-5.7"
14 SDEPEND=">= sys-dev/gettext-0.18"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 gnu://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_gnu ${PNAME} gz"
27
28 src_install()
29 {
30 cd ${SRCDIR}
31 mmake DESTDIR=${BINDIR} install || die
32 mmake DESTDIR=${BINDIR} TEXMF=/usr/share/texmf install-tex || die
33 }