Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/texinfo/texinfo-6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8662 - (show annotations) (download)
Tue Feb 9 14:28:40 2016 UTC (8 years, 2 months ago) by niro
File size: 629 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="texinfo"
4 PVER="6.0"
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 }