Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations) (download)
Sun Jan 11 00:59:57 2009 UTC (15 years, 4 months ago) by niro
File size: 655 byte(s)
-moved several base packages to 'core'
1 niro 3 # $Header: /alx-cvs/smage-eglibc/texinfo/texinfo-4.11-r1.smage2,v 1.1 2008/02/27 10:20:43 niro Exp $
2    
3     PNAME="texinfo"
4     PVER="4.11"
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.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild alx
20    
21     SRC_URI=(
22     gnu://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     src_install()
27     {
28     cd ${SRCDIR}
29     mmake DESTDIR=${BINDIR} install || die
30     mmake DESTDIR=${BINDIR} TEXMF=/usr/share/texmf install-tex || die
31     }

Properties

Name Value
svn:keywords Id