Magellan Linux

Annotation of /smage/trunk/core/texinfo/texinfo-5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4490 - (hide annotations) (download)
Wed Mar 13 16:02:12 2013 UTC (11 years, 2 months ago) by niro
File size: 576 byte(s)
auto added: ver bump to 5.1-r1
1 niro 4490 # $Id$
2    
3     PNAME="texinfo"
4     PVER="5.1"
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     SDEPEND=">= sys-dev/gettext-0.18"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
17    
18     sminclude mbuild alx
19    
20     SRC_URI=(
21     gnu://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_gnu ${PNAME} gz"
26    
27     src_install()
28     {
29     cd ${SRCDIR}
30     mmake DESTDIR=${BINDIR} install || die
31     mmake DESTDIR=${BINDIR} TEXMF=/usr/share/texmf install-tex || die
32     }