Magellan Linux

Annotation of /smage/trunk/core/texinfo/texinfo-6.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13907 - (hide annotations) (download)
Sat Jun 27 17:25:11 2020 UTC (3 years, 10 months ago) by niro
File size: 629 byte(s)
auto added: ver bump to 6.7-r2
1 niro 13907 # $Id$
2    
3     PNAME="texinfo"
4     PVER="6.7"
5     PBUILD="r2"
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.2
13     >= dev-lang/perl-5.32"
14    
15     SDEPEND=">= sys-dev/gettext-0.20
16     >= sys-libs/ncurses-dev-6.2"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
20    
21     sminclude mbuild alx
22    
23     SRC_URI=(
24     gnu://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd_gnu ${PNAME} gz"
29    
30     src_install()
31     {
32     cd ${SRCDIR}
33     mmake DESTDIR=${BINDIR} install || die
34     mmake DESTDIR=${BINDIR} TEXMF=/usr/share/texmf install-tex || die
35     }