Magellan Linux

Annotation of /trunk/core/texinfo/texinfo-4.13a-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 188 - (hide annotations) (download)
Tue Oct 14 22:40:37 2008 UTC (15 years, 8 months ago) by niro
File size: 689 byte(s)
-fixed SRCDIR
1 niro 187 # $Header: /magellan-cvs/smage/texinfo/texinfo-4.11-r1.smage2,v 1.1 2008/02/10 12:17:57 niro Exp $
2    
3     PNAME="texinfo"
4     PVER="4.13a"
5     PBUILD="r1"
6    
7     PCATEGORIE="sys-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="The GNU info program and utilities."
11     HOMEPAGE="http://www.gnu.org/software/texinfo/"
12    
13     DEPEND=">= sys-libs/ncurses-5.6"
14     SDEPEND=">= sys-dev/gettext-0.17"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17 niro 188 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
18 niro 187
19     sminclude mbuild
20    
21     SRC_URI=(
22     gnu://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
28     src_install()
29     {
30     cd ${SRCDIR}
31     mmake DESTDIR=${BINDIR} install || die
32     mmake DESTDIR=${BINDIR} TEXMF=/usr/share/texmf install-tex || die
33     }

Properties

Name Value
svn:keywords Id