Magellan Linux

Contents of /trunk/core/texinfo/texinfo-7.0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33370 - (show annotations) (download)
Thu Jul 13 14:33:45 2023 UTC (10 months, 2 weeks ago) by niro
File size: 458 byte(s)
-ver bump to 7.0.3-r1
1 # $Id$
2
3 PNAME="texinfo"
4 PVER="7.0.3"
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.4
13 >= dev-lang/perl-5.36"
14
15 SDEPEND=">= sys-dev/gettext-0.22"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 gnu://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_gnu ${PNAME} gz"