Magellan Linux

Annotation of /trunk/core/texinfo/texinfo-6.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32948 - (hide annotations) (download)
Mon Oct 7 09:13:46 2019 UTC (4 years, 7 months ago) by niro
File size: 596 byte(s)
auto added: ver bump to 6.7-r1
1 niro 32948 # $Id$
2    
3     PNAME="texinfo"
4     PVER="6.7"
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-6.1
13     >= dev-lang/perl-5.18"
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     }