Magellan Linux

Annotation of /branches/R11-unstable/core/texinfo/texinfo-5.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19635 - (hide annotations) (download)
Mon Oct 7 11:54:48 2013 UTC (10 years, 7 months ago) by niro
Original Path: trunk/core/texinfo/texinfo-5.2-r1.smage2
File size: 596 byte(s)
auto added: ver bump to 5.2-r1
1 niro 19635 # $Id$
2    
3     PNAME="texinfo"
4     PVER="5.2"
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     }