Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/texinfo/texinfo-6.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11218 - (hide annotations) (download)
Tue Dec 19 11:59:37 2017 UTC (6 years, 4 months ago) by niro
File size: 629 byte(s)
-release branches/alx07x-stable
1 niro 10180 # $Id$
2    
3     PNAME="texinfo"
4     PVER="6.4"
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.0
13     >= dev-lang/perl-5.18"
14    
15     SDEPEND=">= sys-dev/gettext-0.18
16     >= sys-libs/ncurses-dev-6.0"
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     }